Skip to content

Commit

Permalink
fixup! Report any names matched when matching fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed Jun 3, 2024
1 parent a1462a0 commit dbfd1da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1213,11 +1213,7 @@ Text (error at line 3):
);

assert_eq!(
helper(
OutputFormatter::SummaryOnly,
"a\n$1\n$1",
"a\nb\nc"
),
helper(OutputFormatter::SummaryOnly, "a\n$1\n$1", "a\nb\nc"),
"Pattern (error at line 3):
|a
|$1
Expand Down

0 comments on commit dbfd1da

Please sign in to comment.