Skip to content

Commit

Permalink
Mark tests introduced by actual bugs by a suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Mar 8, 2024
1 parent 04d0818 commit e124f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/content_condition_combinations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fn nomatch_after_match_d() {
}

#[test]
fn multiple_matches_in_same_file() {
fn multiple_matches_in_same_file_bug() {
TestCase::new_for_json_tests()
.add_file("a", lines!["b", "a"])
.add_file("b", lines!["a", "b"])
Expand Down

0 comments on commit e124f7b

Please sign in to comment.