Skip to content

Commit

Permalink
more test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tjol committed Dec 8, 2024
1 parent 57eb8ec commit 74b4823
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node "" "" " \n"
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// This file deliberately contains unusual whitespace
// the first two strings are empty
node """
  """ """
   \

   """ \
\ // The next string contains only whitespace
"""


   """
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node (type) /- arg1 arg2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node { one } /- { two } { three }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node key /- = value

0 comments on commit 74b4823

Please sign in to comment.