Log Surgeon
Test & API docs
|
DFA related unit tests. More...
Functions | |
void | no_capture_0 () |
Create a DFA for matching a simple variable with no capture group. | |
void | no_capture_1 () |
Create a DFA for matching a complex variable with no capture group. | |
void | capture () |
Create a DFA for matching a simple variable with a capture group. | |
void | capture_containing_repetition () |
Create a DFA for matching a complex capture group containing repetition. | |
void | multi_valued_capture_containing_repetition () |
Create a DFA for matching a multi-valued (repeated) capture group containing repetition. | |
void | int_var () |
Create a DFA for matching an integer. | |
void | kv_pair_var () |
Create a DFA for matching a key-value pair. | |
void | two_overlapping_vars () |
Create a DFA for matching two overlapping variables. |
DFA related unit tests.
These unit tests contain the DFA tag.
void capture | ( | ) |
Create a DFA for matching a simple variable with a capture group.
void capture_containing_repetition | ( | ) |
Create a DFA for matching a complex capture group containing repetition.
void int_var | ( | ) |
Create a DFA for matching an integer.
void kv_pair_var | ( | ) |
Create a DFA for matching a key-value pair.
void multi_valued_capture_containing_repetition | ( | ) |
Create a DFA for matching a multi-valued (repeated) capture group containing repetition.
void no_capture_0 | ( | ) |
Create a DFA for matching a simple variable with no capture group.
void no_capture_1 | ( | ) |
Create a DFA for matching a complex variable with no capture group.
void two_overlapping_vars | ( | ) |
Create a DFA for matching two overlapping variables.