Skip to content

Commit b51e86f

Browse files
committed
Add extra unit test for zipcodeUS method, based on GH comment
1 parent ed51405 commit b51e86f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/methods.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,7 @@ test("zipcodeUS", function() {
992992
ok(!method( "1234" ), "Invalid zip" );
993993
ok(!method( "123-23" ), "Invalid zip" );
994994
ok(!method( "12345-43" ), "Invalid zip" );
995+
ok(!method( "123456-7890" ), "Invalid zip" );
995996
});
996997

997998
})(jQuery);

0 commit comments

Comments
 (0)