Skip to content

Commit

Permalink
automata/doc: update outdated regex-cli test command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Licheam authored Jul 23, 2023
1 parent 87f7f3f commit ff65318
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 @@ -1230,8 +1230,8 @@ impl Builder {
//
// Test case:
//
// regex-cli find hybrid regex -w @conn.json.1000x.log \
// '^#' '\b10\.55\.182\.100\b'
// regex-cli debug dense dfa --unicode-word-boundary \
// @conn.json.1000x.log '^#' '\b10\.55\.182\.100\b'
if !quitset.is_empty() {
set.add_set(&quitset);
}
Expand Down

0 comments on commit ff65318

Please sign in to comment.