Index: tests/test_differ.py |
=================================================================== |
--- a/tests/test_differ.py |
+++ b/tests/test_differ.py |
@@ -14,6 +14,8 @@ |
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
+from __future__ import unicode_literals |
Sebastian Noack
2018/09/21 11:51:21
Nit: It seems in all other files we only have one
rhowell
2018/09/24 22:05:21
Done.
|
+ |
from abp.filters.renderer import render_diff |
BASE = '''[Adblock Plus 2.0] |
@@ -53,7 +55,7 @@ |
! *** easylist:easylist/easylist_general_block.txt *** |
&act=ads_ |
&ad_box_ |
-&ad_channel= |
+&ad_channel=\U000000a3 |
test |
''' |
@@ -63,7 +65,7 @@ |
! Expires: |
! Version: 123 |
- &ad.vid=$~xmlhttprequest |
-+ &ad_channel= |
++ &ad_channel=\U000000a3 |
''' |