Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/test_differ.py

Issue 29884571: Issue 6945 - Add script to make filter list diffs (Closed) Base URL: https://hg.adblockplus.org/python-abp/
Patch Set: Fix docstring Created Sept. 26, 2018, 6:20 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/test_diff_script.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_differ.py
===================================================================
--- a/tests/test_differ.py
+++ b/tests/test_differ.py
@@ -13,6 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
+from __future__ import unicode_literals
from abp.filters.renderer import render_diff
@@ -53,7 +54,7 @@
! *** easylist:easylist/easylist_general_block.txt ***
&act=ads_
&ad_box_
-&ad_channel=
+&ad_channel=\U000000a3
test
'''
@@ -63,7 +64,7 @@
! Expires:
! Version: 123
- &ad.vid=$~xmlhttprequest
-+ &ad_channel=
++ &ad_channel=\U000000a3
'''
« no previous file with comments | « tests/test_diff_script.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld