We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e59062 commit 42daa20Copy full SHA for 42daa20
test/tests/functions/number.json
@@ -133,7 +133,6 @@
133
{
134
"src": ".local $foo = {$bar :number minimumFractionDigits=foo} {{bar {$foo}}}",
135
"params": [{ "name": "bar", "value": 4.2 }],
136
- "exp": "bar {$foo}",
137
"expErrors": [{ "type": "bad-option" }]
138
},
139
@@ -164,18 +163,8 @@
164
163
165
166
"src": ".input {$foo :number minimumFractionDigits=foo} {{bar {$foo}}}",
167
- "params": [
168
- {
169
- "name": "foo",
170
- "value": 4.2
171
- }
172
- ],
173
174
- "expErrors": [
175
176
- "type": "bad-option"
177
178
- ]
+ "params": [{ "name": "foo", "value": 4.2 }],
+ "expErrors": [{ "type": "bad-option" }]
179
180
181
"src": ".input {$foo :number} {{bar {$foo}}}",
0 commit comments