mirror of https://github.com/kdl-org/kdl.git
fix more multiline string tests that were missed before
This commit is contained in:
parent
5971e61eda
commit
eaa6c40693
|
|
@ -1,10 +1,10 @@
|
||||||
// All of these strings are the same
|
// All of these strings are the same
|
||||||
node \
|
node \
|
||||||
"Hello\n\tWorld" \
|
"Hello\n\tWorld" \
|
||||||
"
|
"""
|
||||||
Hello
|
Hello
|
||||||
World
|
World
|
||||||
" \
|
""" \
|
||||||
"Hello\n\ \tWorld" \
|
"Hello\n\ \tWorld" \
|
||||||
"Hello\n\
|
"Hello\n\
|
||||||
\tWorld" \
|
\tWorld" \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
node #"
|
node #"""
|
||||||
hello
|
hello
|
||||||
world
|
world
|
||||||
"#
|
"""#
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
/- node 1.0 "a" b="
|
/- node 1.0 "a" b="""
|
||||||
b
|
b
|
||||||
"
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue