Skip to content

Commit

Permalink
revert multiline string tests
Browse files Browse the repository at this point in the history
although it looks like tests still pass, so yay?
  • Loading branch information
zkat committed Dec 16, 2024
1 parent a1919a0 commit 91cfbc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
11 changes: 5 additions & 6 deletions tests/test_cases/input/multiline_string_whitespace_only.kdl
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
   """ #"""
    


"""#

This file was deleted.

0 comments on commit 91cfbc0

Please sign in to comment.