Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
mwparserfromhell
réplica de
https://github.com/earwig/mwparserfromhell
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
24
Actividad
Explorar el Código
Missed another call (2.0 seconds -> 1.5 seconds for 1,000,000 chars).
tags/v0.1
Ben Kurtovic
hace 12 años
padre
3fd13100da
commit
aec66b0db7
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
mwparserfromhell/parser/tokenizer.py
+ 1
- 1
mwparserfromhell/parser/tokenizer.py
Ver fichero
@@ -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:
Escribir
Vista previa
Cargando…
Cancelar
Guardar