We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31c208 commit 1203912Copy full SHA for 1203912
src/QRegex/P6Regex/Grammar.nqp
@@ -101,8 +101,7 @@ grammar QRegex::P6Regex::Grammar is HLL::Grammar {
101
|| <?infixstopper>
102
|| $$ <.panic: "Regex not terminated">
103
|| (\W) { self.throw_unrecognized_metachar: ~$/[0] }
104
- || (\w) { self.panic("missed one, boss: '"~$/[0]~"'") }
105
- || {self.panic('Regex no term bra "'~$/~'", matched '~$<termseq>~'.')} #<.panic: "Regex not terminated">
+ || <.panic: "Regex not terminated">
106
]
107
}
108
0 commit comments