Skip to content

Commit

Permalink
Merge pull request #53 from baywet/patch-2
Browse files Browse the repository at this point in the history
adds unit test for single quote literal
  • Loading branch information
mnot authored May 8, 2022
2 parents 82db6fe + 3d34dc9 commit 1eb27ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec-examples-by-section.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"2.1 Literals" :
{
"variables": {
"count" : ["one", "two", "three"]
},
"testcases" : [
["'{count}'", "'one,two,three'"]
]
},
"3.2.1 Variable Expansion" :
{
"variables": {
Expand Down
1 change: 1 addition & 0 deletions spec-examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"testcases" : [
["{var}", "value"],
["'{var}'", "'value'"],
["{hello}", "Hello%20World%21"]
]
},
Expand Down

0 comments on commit 1eb27ab

Please sign in to comment.