mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 06:52:19 +03:00
Add test for escaping NL
This commit is contained in:
parent
626cfa8e19
commit
775d7b4bdb
@ -24,7 +24,7 @@ multi1 = """
|
||||
|
||||
multi2 : String
|
||||
multi2 = #"""
|
||||
a
|
||||
a\#
|
||||
b\n
|
||||
\#{"c"}
|
||||
"""#
|
||||
|
@ -7,8 +7,7 @@ name: "project"
|
||||
version: "0.1.0"
|
||||
[deps]
|
||||
"semver" = 0.2
|
||||
a
|
||||
b\n
|
||||
a b\n
|
||||
c
|
||||
sticking together!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user