This website works better with JavaScript.
Home
Help
Sign In
ben
/
mwparserfromhell
mirror of
https://github.com/earwig/mwparserfromhell
Watch
1
Star
1
Fork
0
Code
Releases
24
Activity
Browse Source
Missed another call (2.0 seconds -> 1.5 seconds for 1,000,000 chars).
tags/v0.1
Ben Kurtovic
12 years ago
parent
3fd13100da
commit
aec66b0db7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mwparserfromhell/parser/tokenizer.py
+ 1
- 1
mwparserfromhell/parser/tokenizer.py
View File
@@ -183,7 +183,7 @@ class Tokenizer(object):
while True:
this = self._read()
if this not in self.SENTINELS:
self._write(s
elf._read()
, text=True)
self._write(
thi
s, text=True)
self._head += 1
continue
if this is self.END:
Write
Preview
Loading…
Cancel
Save