Scl cannot parse this string from the README: ``` str = "The dog says \"woof\"." ``` And parsing ``` a = "a\nb" ``` results in `a\nb`, "\n" is not converted to new line character. Version: 0.0.1
Scl cannot parse this string from the README:
And parsing
results in
a\nb, "\n" is not converted to new line character.Version: 0.0.1