Skip to content

Commit

Permalink
Use #?# form to make the test page compatible with other blockers
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jul 23, 2021
1 parent 31e0ea1 commit 22284e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tests/procedural-cosmetic-filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h3>Tests</h3>
const fragment = document.createDocumentFragment();
for ( const node of document.querySelectorAll('code') ) {
const div = document.createElement('div');
div.textContent = `${hostname}##${node.textContent}`;
div.textContent = `${hostname}#?#${node.textContent}`;
fragment.appendChild(div);
}
const parent = document.querySelector('.filters');
Expand Down

0 comments on commit 22284e5

Please sign in to comment.