mirror of https://github.com/kdl-org/kdl.git
More tests for whitespace in multi-line strings
This commit is contained in:
parent
d1ceb44f40
commit
39d9db0589
|
|
@ -1 +1 @@
|
||||||
node "" "" "\n"
|
node "" "" "" "\n\n " "\n"
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,18 @@
|
||||||
// This file deliberately contains unusual whitespace
|
// This file deliberately contains unusual whitespace
|
||||||
// the first two strings are empty
|
// The first two strings are empty
|
||||||
node """
|
node """
|
||||||
""" """
|
""" """
|
||||||
\
|
\
|
||||||
|
|
||||||
""" \
|
""" """
|
||||||
\ // The next string contains only whitespace
|
|
||||||
|
"""\
|
||||||
|
\ // The next two strings contains only whitespace
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
\s
|
||||||
|
""" #"""
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue