mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-08 01:14:59 -04:00
expanded unit tests to cover mega links, reverted regex to old one, but fixed to cover mega links, just to prove it works
This commit is contained in:
parent
c468b74b9b
commit
10201dc463
6 changed files with 12 additions and 7 deletions
|
@ -94,7 +94,7 @@ describe('Helper', function () {
|
|||
jsc.elements(['http', 'https', 'ftp']),
|
||||
jsc.nearray(common.jscA2zString()),
|
||||
jsc.array(common.jscQueryString()),
|
||||
jsc.array(common.jscQueryString()),
|
||||
jsc.array(common.jscHashString()),
|
||||
'string',
|
||||
function (prefix, schema, address, query, fragment, postfix) {
|
||||
var query = query.join(''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue