allowing for parameter strings starting with &

This commit is contained in:
El RIDO 2017-01-29 15:09:57 +01:00
parent 177c9d7114
commit f1df27f46c
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
4 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ var jsc = require('jsverify');
before(function () {
this.jsdom = require('jsdom-global')();
global.$ = global.jQuery = require('./jquery-3.1.1');
global.sjcl = require('./sjcl-1.0.4');
global.sjcl = require('./sjcl-1.0.6');
global.Base64 = require('./base64-2.1.9');
global.RawDeflate = require('./rawdeflate-0.5');
require('./rawinflate-0.3');