Skip to content

Commit d9b9db9

Browse files
authored
Merge pull request #1756 from floccusaddon/test/specialcahrs-in-url
test: ampersand in URLs should be stable
2 parents 9573fed + 45a1d7d commit d9b9db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ describe('Floccus', function() {
12941294
})
12951295
const bookmark = await browser.bookmarks.create({
12961296
title: 'url|!"=)/§_:;Ä\'*ü"',
1297-
url: 'http://ur.l/<script>',
1297+
url: 'http://ur.l/?a&b=<script>',
12981298
parentId: barFolder.id
12991299
})
13001300
await account.sync()

0 commit comments

Comments
 (0)