tests: Updated `test_substring` for edge case in `ASCIIFlatString::substring`
[nit.git] / tests / sav / test_substring.res
index f40c047..54cb7f8 100644 (file)
@@ -43,3 +43,6 @@ test.has_suffix("test") => true
 test.has_suffix("bt") => false
 test.has_suffix("bat") => false
 test.has_suffix("foot") => false
+........
+
+........