Skip to content

Commit

Permalink
Improve file naming test
Browse files Browse the repository at this point in the history
  • Loading branch information
theEvilReaper committed Jan 29, 2024
1 parent 57cca36 commit 57fa0ec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class ConstantsTest {
Arguments.of("boss_bar_colour_meep", true),
Arguments.of("hello__world.dart", false),
Arguments.of("_hello__world_.dart", false),
Arguments.of("test", true),
Arguments.of("_test", false)
)
}

Expand Down

0 comments on commit 57fa0ec

Please sign in to comment.