Skip to content

Commit

Permalink
Add tests for mandatory whitespace between arguments or properties
Browse files Browse the repository at this point in the history
  • Loading branch information
eilvelia committed Dec 20, 2024
1 parent 23918bd commit 0bef30e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node"string"
1 change: 1 addition & 0 deletions tests/test_cases/input/zero_space_before_prop_fail.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node foo="value"bar=5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node "string"1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node "string"/-1

0 comments on commit 0bef30e

Please sign in to comment.