Remove stray print.
This commit is contained in:
parent
6e9275da7f
commit
fbec1c9f96
1 changed files with 0 additions and 1 deletions
|
@ -55,5 +55,4 @@ def test_parsing_of_escaped_brackets():
|
||||||
p = MatrixHtmlParser()
|
p = MatrixHtmlParser()
|
||||||
p.feed('<pre><code><faketag></code></pre>')
|
p.feed('<pre><code><faketag></code></pre>')
|
||||||
s = p.get_substrings()
|
s = p.get_substrings()
|
||||||
print(s)
|
|
||||||
assert s[0].text == '<faketag>' and len(s) == 1
|
assert s[0].text == '<faketag>' and len(s) == 1
|
||||||
|
|
Loading…
Reference in a new issue