Skip to content

Commit 42daa20

Browse files
authored
Drop exp value for :number tests with bad option values (#939)
1 parent 9e59062 commit 42daa20

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

test/tests/functions/number.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
{
134134
"src": ".local $foo = {$bar :number minimumFractionDigits=foo} {{bar {$foo}}}",
135135
"params": [{ "name": "bar", "value": 4.2 }],
136-
"exp": "bar {$foo}",
137136
"expErrors": [{ "type": "bad-option" }]
138137
},
139138
{
@@ -164,18 +163,8 @@
164163
},
165164
{
166165
"src": ".input {$foo :number minimumFractionDigits=foo} {{bar {$foo}}}",
167-
"params": [
168-
{
169-
"name": "foo",
170-
"value": 4.2
171-
}
172-
],
173-
"exp": "bar {$foo}",
174-
"expErrors": [
175-
{
176-
"type": "bad-option"
177-
}
178-
]
166+
"params": [{ "name": "foo", "value": 4.2 }],
167+
"expErrors": [{ "type": "bad-option" }]
179168
},
180169
{
181170
"src": ".input {$foo :number} {{bar {$foo}}}",

0 commit comments

Comments
 (0)