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