Skip to content

Commit

Permalink
- adds a test case for single quote in per section file
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet authored Apr 14, 2022
1 parent f0900b1 commit 3d34dc9
Showing 1 changed file with 9 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

0 comments on commit 3d34dc9

Please sign in to comment.