Trim whitespace
This commit is contained in:
parent
801f4bd0a8
commit
93df5579b4
15 changed files with 78 additions and 78 deletions
|
|
@ -17,7 +17,7 @@ describe("parsing regex pattern rules", []() {
|
|||
character({ 'c' })
|
||||
})));
|
||||
});
|
||||
|
||||
|
||||
it("parses wildcard '.' characters", [&]() {
|
||||
Pattern rule(".");
|
||||
AssertThat(
|
||||
|
|
@ -121,7 +121,7 @@ describe("parsing regex pattern rules", []() {
|
|||
character({ '(' }),
|
||||
character({ 'b' })
|
||||
})));
|
||||
|
||||
|
||||
Pattern rule2("a\\.");
|
||||
AssertThat(
|
||||
rule2.to_rule_tree(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue