Skip to content

Commit 91cfbc0

Browse files
committed
revert multiline string tests
although it looks like tests still pass, so yay?
1 parent a1919a0 commit 91cfbc0

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
// This file deliberately contains unusual whitespace
2-
// The first three strings are empty, because whitespace-only lines collapse to
3-
// just `\n`.
2+
// The first two strings are empty
43
node """
54
  """ """
65
   \
7-
  
6+
  
87
   """ """
9-
  
8+
  
109
 """\
1110
\ // The next two strings contains only whitespace
1211
"""
1312
  
14-
  
13+
1514
   \s
1615
   """ #"""
17-
    
16+
    
1817
1918
"""#

tests/test_cases/input/multiline_string_whitespace_only_non_matching_prefix_fail.kdl

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)