Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
mwparserfromhell
mirror da
https://github.com/earwig/mwparserfromhell
Segui
1
Vota
1
Forka
0
Codice
Rilasci
24
Attività
Sfoglia il codice sorgente
Missed another call (2.0 seconds -> 1.5 seconds for 1,000,000 chars).
tags/v0.1
Ben Kurtovic
12 anni fa
parent
3fd13100da
commit
aec66b0db7
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
mwparserfromhell/parser/tokenizer.py
+ 1
- 1
mwparserfromhell/parser/tokenizer.py
Vedi 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:
Scrivi
Anteprima
Caricamento…
Annulla
Salva