Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
mwparserfromhell
espelhamento de
https://github.com/earwig/mwparserfromhell
Observar
1
Favorito
1
Fork
0
Código
Versões
24
Atividade
Ver código fonte
Missed another call (2.0 seconds -> 1.5 seconds for 1,000,000 chars).
tags/v0.1
Ben Kurtovic
12 anos atrás
pai
3fd13100da
commit
aec66b0db7
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
mwparserfromhell/parser/tokenizer.py
+ 1
- 1
mwparserfromhell/parser/tokenizer.py
Ver arquivo
@@ -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:
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar