Skip to content

Commit 0349706

Browse files
committed
Skip testing on randomizing function, uniqid
1 parent 149138b commit 0349706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/misc/uniqid.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ function uniqid(prefix, more_entropy) {
22
// + original by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
33
// + revised by: Kankrelune (http://www.webfaktory.info/)
44
// % note 1: Uses an internal counter (in php_js global) to avoid collision
5+
// * test: skip
56
// * example 1: uniqid();
67
// * returns 1: 'a30285b160c14'
78
// * example 2: uniqid('foo');

0 commit comments

Comments
 (0)