add tests for escape sequences

This commit is contained in:
2025-10-09 06:06:07 +01:00
parent 5d7b9e35ba
commit a5fec6f1a2
2 changed files with 39 additions and 2 deletions

View File

@@ -157,7 +157,6 @@ struct
| #"f" => (true, #"\f")
| #"r" => (true, #"\r")
| #"\\" => (true, chr)
| #"\"" => (true, chr)
| _ => (false, chr)
fun getCharsBetween (lowChr, highChr, acc) =