1
0

feat: write some highlevel code

This commit is contained in:
2026-04-23 13:17:25 +08:00
parent fed02ad9bc
commit 6ff42928f1
4 changed files with 166 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ fn test_ext_parse() {
}
ok_tester(".jpg", "jpg");
err_tester(".");
err_tester(".jar.disabled");
err_tester("jar");
}
@@ -247,6 +248,7 @@ fn test_file_name() {
}
ok_tester("GoodExecutable.exe");
err_tester("");
err_tester("*.?xaml");
err_tester(r#"\\\lol///"#);
}