8000 Remove line that was accidentally committed · awesome-python/html5lib-python@cf5e3f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf5e3f9

Browse files
committed
Remove line that was accidentally committed
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40652
1 parent 2838052 commit cf5e3f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_serializer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def serialize_html(self, input, options):
7979

8080
def test_serializer():
8181
for filename in glob.glob('serializer/*.test'):
82-
if filename.find('core')<0: continue
8382
tests = simplejson.load(file(filename))
8483
for test in tests['tests']:
8584
yield test

0 commit comments

Comments
 (0)
0