Skip to content

Commit

Permalink
automata: fix one outdated regex-cli test command
Browse files Browse the repository at this point in the history
Ref #1053
  • Loading branch information
Licheam authored and BurntSushi committed Oct 8, 2023
1 parent 65e68c0 commit 27c5a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regex-automata/src/dfa/dense.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1233,8 +1233,8 @@ impl Builder {
//
// Test case:
//
// regex-cli find hybrid regex -w @conn.json.1000x.log \
// '^#' '\b10\.55\.182\.100\b'
// regex-cli find match dense --unicode-word-boundary \
// -p '^#' -p '\b10\.55\.182\.100\b' -y @conn.json.1000x.log
if !quitset.is_empty() {
set.add_set(&quitset);
}
Expand Down

0 comments on commit 27c5a1c

Please sign in to comment.