JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "creditcard.js"

Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/jquery-validation-1.17.0/test/additional/creditcard.js
File size: 367 bytes
MIME-type: text/plain
Charset: utf-8

QUnit.test( "creditcard", function( assert ) {
	var method = methodTest( "creditcard" );
	assert.ok( method( "4111-1111-1111-1111" ), "Valid creditcard number" );
	assert.ok( method( "4111 1111 1111 1111" ), "Valid creditcard number" );
	assert.ok( !method( "41111" ), "Invalid creditcard number" );
	assert.ok( !method( "asdf" ), "Invalid creditcard number" );
} );