Add test for escaping NL

This commit is contained in:
Andy Lok 2021-02-23 13:10:36 +08:00
parent 626cfa8e19
commit 775d7b4bdb
2 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,7 @@ multi1 = """
multi2 : String
multi2 = #"""
a
a\#
b\n
\#{"c"}
"""#

View File

@ -7,8 +7,7 @@ name: "project"
version: "0.1.0"
[deps]
"semver" = 0.2
a
b\n
a b\n
c
sticking together!