Log Surgeon
Test & API docs
|
NFA related unit tests. More...
Functions | |
void | capture () |
Create a NFA for matching a simple variable with a capture group. | |
void | capture_containing_repetition () |
Create a NFA for matching a capture group containing repetition. | |
void | multi_valued_capture_0 () |
Create a NFA for matching a multi-valued (repeated) capture group. | |
void | multi_valued_capture_1 () |
Create a NFA for matching a multi-valued (repeated) capture group. | |
void | multi_valued_capture_containing_repetition () |
Create a NFA for matching a multi-valued (repeated) capture group containing repetition. | |
void | int_var () |
Create a NFA for matching an integer. | |
void | kv_pair_var () |
Create a NFA for matching a key-value pair. |
NFA related unit tests.
These unit tests contain the NFA tag.
void capture | ( | ) |
Create a NFA for matching a simple variable with a capture group.
void capture_containing_repetition | ( | ) |
Create a NFA for matching a capture group containing repetition.
void int_var | ( | ) |
Create a NFA for matching an integer.
void kv_pair_var | ( | ) |
Create a NFA for matching a key-value pair.
void multi_valued_capture_0 | ( | ) |
Create a NFA for matching a multi-valued (repeated) capture group.
void multi_valued_capture_1 | ( | ) |
Create a NFA for matching a multi-valued (repeated) capture group.
void multi_valued_capture_containing_repetition | ( | ) |
Create a NFA for matching a multi-valued (repeated) capture group containing repetition.