mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
handling JSVerify RNG state 08a74d310cfb58269e
This commit is contained in:
parent
af073c9ca1
commit
10ee37b35c
@ -1186,7 +1186,7 @@ describe('PasteStatus', function () {
|
||||
schema2, address2, query2
|
||||
) {
|
||||
var expected1 = schema1 + '://' + address1.join('') + '/?' +
|
||||
encodeURI(query1.join('') + '#' + fragment1),
|
||||
encodeURI(query1.join('').replace(/^&+|&+$/gm,'') + '#' + fragment1),
|
||||
expected2 = schema2 + '://' + address2.join('') + '/?' +
|
||||
encodeURI(query2.join('')),
|
||||
clean = jsdom();
|
||||
|
Loading…
Reference in New Issue
Block a user