google / effcee

Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck
Apache License 2.0
93 stars 39 forks source link

Fail parsing checks if var def regexp is bad #33

Closed dneto0 closed 5 years ago

dneto0 commented 5 years ago

e.g. bad pattern [[FOO:?]] The question mark is a quantifier that doesn't quantify anything.

BUG=137632977

dneto0 commented 5 years ago

33 was for regexp match like {{blah}}. This one is for a variable definition like [[FOO:blah]]