Skip to content

Commit a3a6742

Browse files
committed
Back out "fix multiline string tests"
This backs out commit 0c5604b.
1 parent c3bb12c commit a3a6742

2 files changed

+5
-25
lines changed
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

-19
This file was deleted.

0 commit comments

Comments
 (0)