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 90828a2 commit d35e65aCopy full SHA for d35e65a
regex-syntax/src/hir/print.rs
@@ -486,8 +486,8 @@ mod tests {
486
487
#[test]
488
fn print_look_around() {
489
- // we do not want to do a roundtrip: printed lookarounds are not
490
- // can contain capture groups which are unsupported by the parser.
+ // we do not want to do a roundtrip: printed lookarounds can
+ // contain capture groups which are unsupported by the parser.
491
// TODO(shilangyu): is this a problem that some regexes are not
492
// roundtrippable?
493
fn test(given: &str, expected: &str) {
0 commit comments