Skip to content

Commit

Permalink
Add tests for mandatory whitespace between arguments or properties (#442
Browse files Browse the repository at this point in the history
)
  • Loading branch information
eilvelia authored Dec 21, 2024
1 parent 8bd1595 commit da5cbf5
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 da5cbf5

Please sign in to comment.