Skip to content

Commit 42e5ae7

Browse files
committed
Add missing comma
1 parent af2b8a4 commit 42e5ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/pattern-selection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"src": [".input {$x :test:select decimalPlaces=9}",
6262
".local $y = {$x :test:select decimalPlaces=1}",
6363
".match $y\n",
64-
"1.0 {{1.0}}\n"
64+
"1.0 {{1.0}}\n",
6565
"1 {{1}} * {{bad-option-value}}"],
6666
"params": [{ "name": "x", "value": 1 }],
6767
"exp": "bad-option-value",

0 commit comments

Comments
 (0)