More tests for whitespace in multi-line strings

This commit is contained in:
Thomas Jollans 2024-12-12 21:49:18 +01:00
parent d1ceb44f40
commit 39d9db0589
2 changed files with 11 additions and 5 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
  """ #"""
  
  """
"""#