separate ruby + shell build scripts into their own directories
This commit is contained in:
parent
4b24234362
commit
7a40a68811
12 changed files with 777 additions and 0 deletions
14
soundfont-generator/shell/node_modules/btoa/test.js
generated
vendored
Normal file
14
soundfont-generator/shell/node_modules/btoa/test.js
generated
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
(function () {
|
||||
"use strict";
|
||||
|
||||
var atob = require('./index')
|
||||
, expected = "SGVsbG8gV29ybGQ="
|
||||
, result
|
||||
;
|
||||
|
||||
if (expected !== atob("Hello World")) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log('[PASS] all tests pass');
|
||||
}());
|
Loading…
Add table
Add a link
Reference in a new issue