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

Commit88bda55

Browse files
fix: remove wip test accidentally submitted
1 parentd27a9bf commit88bda55

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

‎tests/test_testcases.py‎

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -166,20 +166,6 @@ def test_symbol_1() -> None:
166166
asserttest.reducible== [True]*4
167167

168168

169-
deftest_symbol_2()->None:
170-
"""Test symbol splitting 2"""
171-
test=lithium.testcases.TestcaseSymbol()
172-
test.set_cut_chars(b"<",b">")
173-
test_path=Path("a.txt")
174-
test_path.write_bytes(b"pre\nDDBEGIN\n<style>cont\n</style>\nDDEND\npost\n")
175-
test.load(test_path)
176-
asserttest.before==b"pre\nDDBEGIN\n"
177-
asserttest.parts== [b"<style>",b"cont\n",b"</style>",b"\n"]
178-
asserttest.after==b"DDEND\npost\n"
179-
assertlen(test)==4
180-
asserttest.reducible== [True]*4
181-
182-
183169
deftest_attrs_0()->None:
184170
"""Test html attr splitting 0"""
185171
test=lithium.testcases.TestcaseAttrs()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp