mirror of https://github.com/kdl-org/kdl.git
Add tests for mandatory whitespace between arguments or properties
This commit is contained in:
parent
23918bd55d
commit
0bef30e612
|
|
@ -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