Skip to content

Commit efa91b2

Browse files
committed
Test round-tripping for ?<.
1 parent 0fb64c3 commit efa91b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

regex-syntax/src/ast/print.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ mod tests {
505505
fn print_group() {
506506
roundtrip("(?i:a)");
507507
roundtrip("(?P<foo>a)");
508+
roundtrip("(?<foo>a)");
508509
roundtrip("(a)");
509510
}
510511

0 commit comments

Comments
 (0)