Skip to content

Commit

Permalink
explaining through tests
Browse files Browse the repository at this point in the history
Explains openrewrite#3
  • Loading branch information
Jenson3210 committed Oct 24, 2024
1 parent 4fdcdbd commit 9c3ef50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ void IgnoreNodeUsesPathMatchTrue() throws IOException {
assertEquals(IgnoreNode.MatchResult.IGNORED, isIgnored);
// Should not be CHECK_PARENT
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ void indexesOfSlashMatter() {
FastIgnoreRule ignoreRule = new FastIgnoreRule("/directory/");
assertTrue(ignoreRule.isMatch("/directory/nested/", true, false));
}
}
}

0 comments on commit 9c3ef50

Please sign in to comment.