test
This commit is contained in:
parent
2cf7b979d9
commit
4b1ae5a52f
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ where
|
|||
self.scanner.next();
|
||||
|
||||
Some(Token::CaptureGroupStart(
|
||||
// Ist das Some(char) oder kann das weg?
|
||||
match self.scanner.next_if(|&c| c == '?') {
|
||||
None => CaptureGroupType::Normal,
|
||||
Some(_) => self.get_capture_group_type()?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue