mirror of https://github.com/kdl-org/kdl.git
Add tests for mandatory whitespace between arguments or properties (#442)
This commit is contained in:
parent
8bd159528f
commit
da5cbf5984
|
|
@ -0,0 +1 @@
|
|||
node"string"
|
||||
|
|
@ -0,0 +1 @@
|
|||
node foo="value"bar=5
|
||||
|
|
@ -0,0 +1 @@
|
|||
node "string"1
|
||||
|
|
@ -0,0 +1 @@
|
|||
node "string"/-1
|
||||
Loading…
Reference in New Issue