Skip to content

Commit

Permalink
Correctly escape enum values with single quotes
Browse files Browse the repository at this point in the history
Fixes #81
  • Loading branch information
luisfpg committed Mar 16, 2020
1 parent 8622ef2 commit db3a812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/all-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
"RefEnum": {
"type": "string",
"enum": [
"valueA",
"valueB",
"valueC"
"value'A",
"value'B",
"value'C"
]
},
"RefIntEnum": {
Expand Down

0 comments on commit db3a812

Please sign in to comment.