Complete test coverage of doc build module
This commit is contained in:
@@ -339,7 +339,7 @@ class ToHtml(Tokenizer):
|
||||
},
|
||||
"text": {
|
||||
"css": self.getStyleSheet(),
|
||||
"html": [page.rstrip("\n").split("\n") for page in self.fullHTML],
|
||||
"html": [t.replace("\t", "	").rstrip().split("\n") for t in self.fullHTML],
|
||||
}
|
||||
}
|
||||
with open(path, mode="w", encoding="utf-8") as fObj:
|
||||
|
||||
Reference in New Issue
Block a user