소스 검색

Missed another call (2.0 seconds -> 1.5 seconds for 1,000,000 chars).

tags/v0.1
Ben Kurtovic 11 년 전
부모
커밋
aec66b0db7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mwparserfromhell/parser/tokenizer.py

+ 1
- 1
mwparserfromhell/parser/tokenizer.py 파일 보기

@@ -183,7 +183,7 @@ class Tokenizer(object):
while True:
this = self._read()
if this not in self.SENTINELS:
self._write(self._read(), text=True)
self._write(this, text=True)
self._head += 1
continue
if this is self.END:


불러오는 중...
취소
저장