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 b1ee217 commit a8adfdeCopy full SHA for a8adfde
README.md
@@ -353,7 +353,7 @@ to always return to the previous state.
353
As a special case, regexes containing backrefs in the form `\N` (where `N` is
354
a digit) will match the corresponding capture group from the immediate parent
355
group. This can be used to parse, among other things, heredocs. See the
356
-[tests](https://github.com/alecthomas/participle/blob/master/lexer/stateful/stateful_test.go#L59)
+[tests](https://github.com/alecthomas/participle/blob/master/lexer/stateful_test.go#L59)
357
for an example of this, among others.
358
359
### Example stateful lexer
0 commit comments