FileCheck.py icon indicating copy to clipboard operation
FileCheck.py copied to clipboard

Enhancement: Regex validation: "parentheses not balanced"

Open stanislaw opened this issue 3 years ago • 0 comments

LLVM FileCheck has the following regex validation:

.../sample.itest:12:19: error: invalid regex: parentheses not balanced
CHECK-NEXT:hello{{(1|2}}

stanislaw avatar Dec 05 '21 09:12 stanislaw