Skip to content

Commit ffb69ac

Browse files
authored
Remove duplicate test cases in number.json (#822)
Remove duplicate tests
1 parent bcda078 commit ffb69ac

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

test/tests/functions/number.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -340,26 +340,6 @@
340340
],
341341
"exp": "other"
342342
},
343-
{
344-
"src": ".input {$bar} .match {$bar :number} one {{one}} * {{other}}",
345-
"params": [
346-
{
347-
"name": "bar",
348-
"value": 1
349-
}
350-
],
351-
"exp": "one"
352-
},
353-
{
354-
"src": ".input {$bar} .match {$bar :number} one {{one}} * {{other}}",
355-
"params": [
356-
{
357-
"name": "bar",
358-
"value": 2
359-
}
360-
],
361-
"exp": "other"
362-
},
363343
{
364344
"src": ".input {$none} .match {$foo :number} one {{one}} * {{{$none}}}",
365345
"params": [

0 commit comments

Comments
 (0)