forked from sashin/sashinexists
run npm install to generate a package lock
This commit is contained in:
15
node_modules/decode-base64/test/fixtures.js
generated
vendored
Normal file
15
node_modules/decode-base64/test/fixtures.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
/* MAIN */
|
||||
|
||||
const Fixtures = [
|
||||
'',
|
||||
'\0',
|
||||
'\ufeff',
|
||||
'👪',
|
||||
'Hello, World!',
|
||||
new Array ( 55296 ).fill ( 0 ).map ( ( _, index ) => String.fromCharCode ( index ) ).join ( '' )
|
||||
];
|
||||
|
||||
/* EXPORT */
|
||||
|
||||
export default Fixtures;
|
||||
Reference in New Issue
Block a user