File: cnhBR.js

package info (click to toggle)
node-jquery-validation 1.21.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,388 kB
  • sloc: javascript: 8,943; php: 29; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
QUnit.test( "cnhBR", function( assert ) {
	var method = methodTest( "cnhBR" );
	assert.ok( method( "00000000119" ), "Valid driver's license number" );
	assert.ok( !method( "11111111111" ), "Invalid driver's license number" );
	assert.ok( !method( "asdf" ), "Invalid driver's license number" );
} );