Additional test cases for slashdash and multi-line strings (#422)

This commit is contained in:
Thomas Jollans 2024-12-08 18:32:21 +01:00 committed by GitHub
parent 831ecc1d52
commit ee41a76357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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