tools: Remove missed code formatter.
This commit is contained in:
parent
66495cdf7d
commit
be489b0628
5 changed files with 3 additions and 23 deletions
|
|
@ -1,11 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content=
|
||||
"HTML Tidy for HTML5 for Linux version 5.2.0">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
hello
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -188,9 +188,6 @@ class ToolsTestCase(unittest.TestCase):
|
|||
def test_html_syntax(self):
|
||||
self._test_tool(tools.html_syntax, [("hi.html", tools.Status.problem)])
|
||||
|
||||
def test_tidy(self):
|
||||
self._test_tool(tools.tidy, [("hi.html", tools.Status.normal)])
|
||||
|
||||
def test_html2text(self):
|
||||
self._test_tool(tools.html2text, [("hi.html", tools.Status.normal)])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue