Skip to content

Commit 1c0bf94

Browse files
LicheamBurntSushi
authored andcommitted
automata: fix one outdated regex-cli test command
Ref #1053
1 parent 201e055 commit 1c0bf94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regex-automata/src/dfa/dense.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,8 @@ impl Builder {
12331233
//
12341234
// Test case:
12351235
//
1236-
// regex-cli find hybrid regex -w @conn.json.1000x.log \
1237-
// '^#' '\b10\.55\.182\.100\b'
1236+
// regex-cli find match dense --unicode-word-boundary \
1237+
// -p '^#' -p '\b10\.55\.182\.100\b' -y @conn.json.1000x.log
12381238
if !quitset.is_empty() {
12391239
set.add_set(&quitset);
12401240
}

0 commit comments

Comments
 (0)