Skip to content

Commit efa91b2

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)