PHP Classes

File: public/js/tinymce/src/themes/inlite/src/test/js/atomic/alien/UuidTest.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/themes/inlite/src/test/js/atomic/alien/UuidTest.js   Download  
File: public/js/tinymce/src/themes/inlite/src/test/js/atomic/alien/UuidTest.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 287 bytes
 

Contents

Class file image Download
test( 'atomic.themes.alien.UuidTest', [ 'tinymce.themes.inlite.alien.Uuid' ], function (Uuid) { var testUuid = function () { assert.eq(Uuid.uuid('mce').indexOf('mce'), 0); assert.eq(Uuid.uuid('mce') !== Uuid.uuid('mce'), true); }; testUuid(); } );