mirror of https://github.com/kdl-org/kdl.git
Back out "fix multiline string tests"
This backs out commit 0c5604b462.
This commit is contained in:
parent
c3bb12c098
commit
a3a6742ec3
|
|
@ -1,19 +1,18 @@
|
|||
// This file deliberately contains unusual whitespace
|
||||
// The first three strings are empty, because whitespace-only lines collapse to
|
||||
// just `\n`.
|
||||
// The first two strings are empty
|
||||
node """
|
||||
""" """
|
||||
\
|
||||
|
||||
|
||||
""" """
|
||||
|
||||
|
||||
"""\
|
||||
\ // The next two strings contains only whitespace
|
||||
"""
|
||||
|
||||
|
||||
|
||||
\s
|
||||
""" #"""
|
||||
|
||||
|
||||
|
||||
"""#
|
||||
|
|
|
|||
|
|
@ -1,19 +0,0 @@
|
|||
// This file deliberately contains unusual whitespace
|
||||
// Parsing should fail because not all strings have a matching multiline prefix,
|
||||
// which must be exact, down to the codepoint, _before_ newline normalization.
|
||||
node """
|
||||
""" """
|
||||
\
|
||||
|
||||
""" """
|
||||
|
||||
"""\
|
||||
\ // The next two strings contains only whitespace
|
||||
"""
|
||||
|
||||
|
||||
\s
|
||||
""" #"""
|
||||
|
||||
|
||||
"""#
|
||||
Loading…
Reference in New Issue