Skip to content

Commit f4fc53a

Browse files
committed
Comment
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40501
1 parent ae732c9 commit f4fc53a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inputstream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ def charsUntil(self, characters, opposite = False):
189189
return "".join(charStack)
190190

191191
if __name__ == "__main__":
192+
#XXX Why is this code here? What is it for?
192193
stream = HTMLInputStream("../tests/utf-8-bom.html")
193194

194195
c = stream.char()

0 commit comments

Comments
 (0)