Skip to content

Commit

Permalink
Remove tests that require non-integer matching (#714)
Browse files Browse the repository at this point in the history
These tests may be able to be re-added after resolving
#675
  • Loading branch information
catamorphism authored Mar 9, 2024
1 parent e761964 commit 07f6309
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/test-functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,6 @@
"src": ".match {$foo :integer} one {{one}} * {{other}}",
"params": { "foo": 1.2 },
"exp": "one"
},
{
"src": ".match {$foo :integer} 1.2 {{=1.2}} one {{one}} * {{other}}",
"params": { "foo": 1.2 },
"exp": "=1.2"
},
{
"src": ".match {$foo :integer} 1.2 {{=1.2}} |1,2| {{=1,2}} * {{other}}",
"locale": "fr",
"params": { "foo": 1.2 },
"exp": "=1.2"
}
],
"number": [
Expand Down

0 comments on commit 07f6309

Please sign in to comment.