Skip to content

Commit 469f053

Browse files
committed
Fix syntax errors
1 parent 1fa6338 commit 469f053

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/tests/pattern-selection.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"exp": "1.0"
5959
},
6060
{
61-
"srcs": [".input {$x :test:select decimalPlaces=9}",
61+
"src": [".input {$x :test:select decimalPlaces=9}",
6262
".local $y = {$x :test:select decimalPlaces=1}",
6363
".match $y 1.0",
6464
"{{1.0}} 1",
65-
"{{1}} * {{bad-option-value}}",
65+
"{{1}} * {{bad-option-value}}"],
6666
"params": [{ "name": "x", "value": 1 }],
6767
"exp": "bad-option-value",
6868
"expErrors": [
@@ -101,7 +101,7 @@
101101
"1 1 {{1,1}}",
102102
"1 * {{1,*}}",
103103
"* 1 {{*,1}}",
104-
"* * {{*,*}}",
104+
"* * {{*,*}}"],
105105
"exp": "1,1"
106106
},
107107
{
@@ -111,7 +111,7 @@
111111
"1 1 {{1,1}}",
112112
"1 * {{1,*}}",
113113
"* 1 {{*,1}}",
114-
"* * {{*,*}}",
114+
"* * {{*,*}}"],
115115
"exp": "1,*"
116116
},
117117
{
@@ -121,7 +121,7 @@
121121
"1 1 {{1,1}}",
122122
"1 * {{1,*}}",
123123
"* 1 {{*,1}}",
124-
"* * {{*,*}}",
124+
"* * {{*,*}}"],
125125
"exp": "*,1"
126126
},
127127
{
@@ -131,7 +131,7 @@
131131
"1 1 {{1,1}}",
132132
"1 * {{1,*}}",
133133
"* 1 {{*,1}}",
134-
"* * {{*,*}}",
134+
"* * {{*,*}}"],
135135
"exp": "*,*"
136136
},
137137
{
@@ -141,7 +141,7 @@
141141
"1 1 {{1,1}}",
142142
"1 * {{1,*}}",
143143
"* 1 {{*,1}}",
144-
"* * {{*,*}}",
144+
"* * {{*,*}}"],
145145
"exp": "*,1",
146146
"expErrors": [{ "type": "bad-selector" }]
147147
},
@@ -152,7 +152,7 @@
152152
"1 1 {{1,1}}",
153153
"1 * {{1,*}}",
154154
"* 1 {{*,1}}",
155-
"* * {{*,*}}",
155+
"* * {{*,*}}"],
156156
"exp": "1,*",
157157
"expErrors": [{ "type": "bad-selector" }]
158158
}

0 commit comments

Comments
 (0)