mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Support version 6 UUIDs
See the following: * https://github.com/uuid6/uuid6-ietf-draft * http://gh.peabody.io/uuidv6/
This commit is contained in:
@@ -89,7 +89,6 @@ class FieldsTest extends TestCase
|
||||
// representations, which are never in GUID byte order.
|
||||
return [
|
||||
['b08c6fff7dc5e1018b210800200c9a66'],
|
||||
['b08c6fff7dc5e1618b210800200c9a66'],
|
||||
['b08c6fff7dc5e1719b210800200c9a66'],
|
||||
['b08c6fff7dc5e181ab210800200c9a66'],
|
||||
['b08c6fff7dc5e191bb210800200c9a66'],
|
||||
|
||||
Reference in New Issue
Block a user