More tests for whitespace in multi-line strings (#432)

* More tests for whitespace in multi-line strings

* replace \r\n with \n in slashdash_newline_before_node.kdl
This commit is contained in:
Thomas Jollans 2024-12-12 22:15:04 +01:00 committed by GitHub
parent d1ceb44f40
commit b82c924013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 6 deletions

View File

@ -1 +1 @@
node "" "" "\n"
node "" "" "" "\n\n " "\n"

View File

@ -1,12 +1,18 @@
// This file deliberately contains unusual whitespace
// the first two strings are empty
// The first two strings are empty
node """
""" """
 \
 
 """ \
\ // The next string contains only whitespace
 """ """
 
"""\
\ // The next two strings contains only whitespace
"""
 
  \s
  """ #"""
  
  """
"""#