Skip to content

Commit d91a7f1

Browse files
committed
chore(tests): add plus mode
1 parent 206e136 commit d91a7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2238,7 +2238,7 @@ fn test_dots_no_ext() {
22382238
#[test]
22392239
fn test_dots_ext() {
22402240
let mut tree = PathTree::new();
2241-
let _ = tree.insert("/:name*.123", 2);
2241+
let _ = tree.insert("/:name+.123", 2);
22422242
let _ = tree.insert("/:name*.123.456", 1);
22432243

22442244
let result = tree.find("/abc.xyz.123");

0 commit comments

Comments
 (0)