Log Surgeon
Test & API docs
|
Capture related unit tests. More...
Functions | |
void | capture () |
Create an AST from a regex with a capture group. | |
void | repetition () |
Create ASTs from regexes with repetition. | |
void | capture_containing_repetition () |
Create ASTs from simple regexes with a capture group containing repetition. | |
void | multi_valued_capture_0 () |
Create ASTs from simple regexes with a multi-valued (repeated) capture group. | |
void | multi_valued_capture_1 () |
Create an AST from a complex regex with multi-valued (repeated) capture groups. |
Capture related unit tests.
These unit tests contain the Regex tag.
void capture | ( | ) |
Create an AST from a regex with a capture group.
void capture_containing_repetition | ( | ) |
Create ASTs from simple regexes with a capture group containing repetition.
void multi_valued_capture_0 | ( | ) |
Create ASTs from simple regexes with a multi-valued (repeated) capture group.
void multi_valued_capture_1 | ( | ) |
Create an AST from a complex regex with multi-valued (repeated) capture groups.
void repetition | ( | ) |
Create ASTs from regexes with repetition.