one more test case for starMatch
Some checks failed
CI / test (push) Failing after 56s
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 2m12s
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 1m52s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 1m57s
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 2m7s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 1m56s
Some checks failed
CI / test (push) Failing after 56s
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 2m12s
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 1m52s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 1m57s
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 2m7s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 1m56s
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
(FileSystem.deleteFile TEST_JSON_FILE)
|
||||
|
||||
|
||||
(assert (PatternUtil.starMatch "test" "test"))
|
||||
(assert (PatternUtil.starMatch "*" "test"))
|
||||
(assert (PatternUtil.starMatch "t*t" "test"))
|
||||
(assert (PatternUtil.starMatch "*t" "test"))
|
||||
|
||||
Reference in New Issue
Block a user