mirror of https://github.com/kdl-org/kdl.git
Additional test cases for slashdash and multi-line strings (#422)
This commit is contained in:
parent
831ecc1d52
commit
ee41a76357
|
|
@ -0,0 +1 @@
|
|||
node "" "" " \n"
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
// This file deliberately contains unusual whitespace
|
||||
// the first two strings are empty
|
||||
node """
|
||||
""" """
|
||||
\
|
||||
|
||||
""" \
|
||||
\ // The next string contains only whitespace
|
||||
"""
|
||||
|
||||
|
||||
"""
|
||||
|
|
@ -0,0 +1 @@
|
|||
node (type) /- arg1 arg2
|
||||
|
|
@ -0,0 +1 @@
|
|||
node { one } /- { two } { three }
|
||||
|
|
@ -0,0 +1 @@
|
|||
node key /- = value
|
||||
Loading…
Reference in New Issue