Skip to content

Commit

Permalink
copy paste error in test name (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaissmai authored Oct 5, 2022
1 parent 8378c9e commit 7756b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rex/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func Example_emailRawSecond() {
// rexexample.com: false
}

func Example_emailRawThird() {
func Example_numberRangeRawVerbose() {
re := rex.New(
rex.Common.Raw(`^`),
rex.Helper.NumberRange(-111, 1111),
Expand Down

0 comments on commit 7756b34

Please sign in to comment.