Skip to content

Commit 07f6309

Browse files
authored
Remove tests that require non-integer matching (#714)
These tests may be able to be re-added after resolving #675
1 parent e761964 commit 07f6309

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/test-functions.json

-11
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,6 @@
8888
"src": ".match {$foo :integer} one {{one}} * {{other}}",
8989
"params": { "foo": 1.2 },
9090
"exp": "one"
91-
},
92-
{
93-
"src": ".match {$foo :integer} 1.2 {{=1.2}} one {{one}} * {{other}}",
94-
"params": { "foo": 1.2 },
95-
"exp": "=1.2"
96-
},
97-
{
98-
"src": ".match {$foo :integer} 1.2 {{=1.2}} |1,2| {{=1,2}} * {{other}}",
99-
"locale": "fr",
100-
"params": { "foo": 1.2 },
101-
"exp": "=1.2"
10291
}
10392
],
10493
"number": [

0 commit comments

Comments
 (0)