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

This commit is contained in:
2025-11-01 08:37:10 -05:00
parent 3ca72bbefd
commit de540e239a

View File

@@ -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"))