Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb51e86f

Browse files
committed
Add extra unit test for zipcodeUS method, based on GH comment
1 parented51405 commitb51e86f

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)

[8]ページ先頭

©2009-2025 Movatter.jp