Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit393f86a

Browse files
committed
fixup! squash!Fix#72: rewrite the sanitizer to be a treewalker filter only.
1 parentd4abff1 commit393f86a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎html5lib/tests/test_sanitizer.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def test_sanitizer():
6363
continue
6464
iftag_namein ['caption','col','colgroup','optgroup','option','table','tbody','td','tfoot','th','thead','tr']:
6565
continue# TODO
66-
iftag_name!=tag_name.lower():
67-
continue# TODO
6866
iftag_name=='image':
6967
yield (runSanitizerTest,"test_should_allow_%s_tag"%tag_name,
7068
"<img title=\"1\"/>foo &lt;bad&gt;bar&lt;/bad&gt; baz",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp