PHP Classes

File: public/asset/vendor/jquery-validation/test/additional/cnhBR.js

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/jquery-validation/test/additional/cnhBR.js   Download  
File: public/asset/vendor/jquery-validation/test/additional/cnhBR.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 299 bytes
 

Contents

Class file image Download
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" ); } );