-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
although it looks like tests still pass, so yay?
- Loading branch information
Showing
2 changed files
with
5 additions
and
25 deletions.
There are no files selected for viewing
11 changes: 5 additions & 6 deletions
11
tests/test_cases/input/multiline_string_whitespace_only.kdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
""" #""" | ||
|
||
|
||
"""# |
19 changes: 0 additions & 19 deletions
19
tests/test_cases/input/multiline_string_whitespace_only_non_matching_prefix_fail.kdl
This file was deleted.
Oops, something went wrong.