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 0fb64c3 commit efa91b2Copy full SHA for efa91b2
1 file changed
regex-syntax/src/ast/print.rs
@@ -505,6 +505,7 @@ mod tests {
505
fn print_group() {
506
roundtrip("(?i:a)");
507
roundtrip("(?P<foo>a)");
508
+ roundtrip("(?<foo>a)");
509
roundtrip("(a)");
510
}
511
0 commit comments