fix more multiline string tests that were missed before

This commit is contained in:
Kat Marchán 2024-12-04 13:08:14 -08:00
parent 5971e61eda
commit eaa6c40693
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
3 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
// All of these strings are the same
node \
"Hello\n\tWorld" \
"
"""
Hello
World
" \
""" \
"Hello\n\ \tWorld" \
"Hello\n\
\tWorld" \

View File

@ -1,4 +1,4 @@
node #"
node #"""
hello
world
"#
"""#

View File

@ -1,3 +1,3 @@
/- node 1.0 "a" b="
/- node 1.0 "a" b="""
b
"
"""