-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix quoteless string starting with punctuator
- Loading branch information
Showing
16 changed files
with
92 additions
and
6 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,5 1,7 @@ | ||
# History | ||
|
||
- v2.0.0 | ||
- fix quoteless string starting with punctuator | ||
- v1.5.8 | ||
- add CLI scripts for pip | ||
- v1.5.6 | ||
|
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
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
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,2 @@ | ||
A quoteless string is OK, | ||
but two must be contained in an array. |
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,4 @@ | ||
{ | ||
# invalid quoteless string | ||
ql: ] | ||
} |
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,4 @@ | ||
{ | ||
# invalid quoteless string | ||
ql: } | ||
} |
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,4 @@ | ||
{ | ||
# invalid quoteless string | ||
ql: { | ||
} |
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,4 @@ | ||
{ | ||
# invalid quoteless string | ||
ql: [ | ||
} |
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,4 @@ | ||
{ | ||
# invalid quoteless string | ||
ql: : | ||
} |
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,4 @@ | ||
{ | ||
# invalid quoteless string | ||
ql: , | ||
} |
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 |
---|---|---|
@@ -1 1 @@ | ||
foo=bar | ||
allow quoteless strings |
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 |
---|---|---|
@@ -1 1 @@ | ||
"foo=bar" | ||
"allow quoteless strings" |
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 |
---|---|---|
@@ -1 1 @@ | ||
foo=bar | ||
allow quoteless strings |
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,54 @@ | ||
charset_test.hjson | ||
comments_test.hjson | ||
empty_test.hjson | ||
fail10_test.json | ||
fail11_test.json | ||
fail12_test.json | ||
fail13_test.json | ||
fail14_test.json | ||
fail15_test.json | ||
fail16_test.json | ||
fail17_test.json | ||
fail19_test.json | ||
fail20_test.json | ||
fail21_test.json | ||
fail22_test.json | ||
fail23_test.json | ||
fail24_test.json | ||
fail26_test.json | ||
fail28_test.json | ||
fail29_test.json | ||
fail2_test.json | ||
fail30_test.json | ||
fail31_test.json | ||
fail32_test.json | ||
fail33_test.json | ||
fail34_test.json | ||
fail5_test.json | ||
fail6_test.json | ||
fail7_test.json | ||
fail8_test.json | ||
failKey1_test.hjson | ||
failKey2_test.hjson | ||
failKey3_test.hjson | ||
failObj1_test.hjson | ||
failObj2_test.hjson | ||
failObj3_test.hjson | ||
failStr1_test.hjson | ||
failStr2_test.hjson | ||
failStr3_test.hjson | ||
failStr4_test.hjson | ||
failStr5_test.hjson | ||
failStr6_test.hjson | ||
kan_test.hjson | ||
keys_test.hjson | ||
oa_test.hjson | ||
pass1_test.json | ||
pass2_test.json | ||
pass3_test.json | ||
pass4_test.json | ||
passSingle_test.hjson | ||
root_test.hjson | ||
stringify1_test.hjson | ||
strings_test.hjson | ||
trail_test.hjson |
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
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