Skip to content

Commit

Permalink
test: ampersand in URLs should be stable
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Oct 27, 2024
1 parent 9573fed commit 45a1d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ describe('Floccus', function() {
})
const bookmark = await browser.bookmarks.create({
title: 'url|!"=)/§_:;Ä\'*ü"',
url: 'http://ur.l/<script>',
url: 'http://ur.l/?a&b=<script>',
parentId: barFolder.id
})
await account.sync()
Expand Down

0 comments on commit 45a1d7d

Please sign in to comment.