diff --git a/test/tests/functions/number.json b/test/tests/functions/number.json index ed95a8a10..dee7b9c01 100644 --- a/test/tests/functions/number.json +++ b/test/tests/functions/number.json @@ -133,7 +133,6 @@ { "src": ".local $foo = {$bar :number minimumFractionDigits=foo} {{bar {$foo}}}", "params": [{ "name": "bar", "value": 4.2 }], - "exp": "bar {$foo}", "expErrors": [{ "type": "bad-option" }] }, { @@ -164,18 +163,8 @@ }, { "src": ".input {$foo :number minimumFractionDigits=foo} {{bar {$foo}}}", - "params": [ - { - "name": "foo", - "value": 4.2 - } - ], - "exp": "bar {$foo}", - "expErrors": [ - { - "type": "bad-option" - } - ] + "params": [{ "name": "foo", "value": 4.2 }], + "expErrors": [{ "type": "bad-option" }] }, { "src": ".input {$foo :number} {{bar {$foo}}}",