-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
tests/test_documents/upstream/2.0.0.draft/expected_kdl/multiline_string_whitespace_only.kdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node "" "" " \n" |
12 changes: 12 additions & 0 deletions
12
tests/test_documents/upstream/2.0.0.draft/input/multiline_string_whitespace_only.kdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// This file deliberately contains unusual whitespace | ||
// the first two strings are empty | ||
node """ | ||
""" """ | ||
\ | ||
|
||
""" \ | ||
\ // The next string contains only whitespace | ||
""" | ||
|
||
|
||
""" |
1 change: 1 addition & 0 deletions
1
tests/test_documents/upstream/2.0.0.draft/input/slashdash_after_type_fail.kdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node (type) /- arg1 arg2 |
1 change: 1 addition & 0 deletions
1
tests/test_documents/upstream/2.0.0.draft/input/slashdash_between_child_blocks_fail.kdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node { one } /- { two } { three } |
1 change: 1 addition & 0 deletions
1
tests/test_documents/upstream/2.0.0.draft/input/slashdash_in_prop_fail.kdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node key /- = value |