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
|
||||
node \
|
||||
"Hello\n\tWorld" \
|
||||
"
|
||||
"""
|
||||
Hello
|
||||
World
|
||||
" \
|
||||
""" \
|
||||
"Hello\n\ \tWorld" \
|
||||
"Hello\n\
|
||||
\tWorld" \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
node #"
|
||||
node #"""
|
||||
hello
|
||||
world
|
||||
"#
|
||||
"""#
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
/- node 1.0 "a" b="
|
||||
/- node 1.0 "a" b="""
|
||||
b
|
||||
"
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue