Additional test cases for slashdash and multi-line strings

This commit is contained in:
Thomas Jollans 2024-12-08 13:43:43 +01:00
parent 831ecc1d52
commit d692c02728
5 changed files with 16 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1 @@
node (type) /- arg1 arg2

View File

@ -0,0 +1 @@
node { one } /- { two } { three }

View File

@ -0,0 +1 @@
node key /- = value