mirror of https://github.com/kdl-org/kdl.git
fix up some multiline string tests
This commit is contained in:
parent
4334a6d552
commit
5971e61eda
|
|
@ -1,5 +1,5 @@
|
||||||
node #"
|
node #"""
|
||||||
hey
|
hey
|
||||||
everyone
|
everyone
|
||||||
how goes?
|
how goes?
|
||||||
"#
|
"""#
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
node #"""
|
node #"
|
||||||
hey
|
hey
|
||||||
everyone
|
everyone
|
||||||
how goes?
|
how goes?
|
||||||
"""#
|
"#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue