feat: V1.1 - 测试类,注释补充

This commit is contained in:
2026-08-03 14:25:38 +08:00
parent 7cbbfae503
commit 99aae6dc77
12 changed files with 22 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
/** {@link GlobMatcher} 的 glob 规则单测({@code *} / {@code **} / 字面量)。 */
class GlobMatcherTest {
@Test