Skip to content

Commit

Permalink
Remove duplicate test cases in number.json (#822)
Browse files Browse the repository at this point in the history
Remove duplicate tests
  • Loading branch information
mradbourne authored Jul 12, 2024
1 parent bcda078 commit ffb69ac
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions test/tests/functions/number.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,26 +340,6 @@
],
"exp": "other"
},
{
"src": ".input {$bar} .match {$bar :number} one {{one}} * {{other}}",
"params": [
{
"name": "bar",
"value": 1
}
],
"exp": "one"
},
{
"src": ".input {$bar} .match {$bar :number} one {{one}} * {{other}}",
"params": [
{
"name": "bar",
"value": 2
}
],
"exp": "other"
},
{
"src": ".input {$none} .match {$foo :number} one {{one}} * {{{$none}}}",
"params": [
Expand Down

0 comments on commit ffb69ac

Please sign in to comment.