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
Route failure shouldn't be consumed before it reaches Tokenizer_parse_tag().
tags/v0.3
Ben Kurtovic
11 anni fa
parent
90ef3206f3
commit
2f55654f01
1 ha cambiato i file
con
0 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+0
-1
mwparserfromhell/parser/tokenizer.c
+ 0
- 1
mwparserfromhell/parser/tokenizer.c
Vedi File
@@ -1380,7 +1380,6 @@ Tokenizer_really_parse_tag(Tokenizer* self)
}
else {
if (Tokenizer_handle_tag_data(self, data, this) || BAD_ROUTE) {
RESET_ROUTE();
TagData_dealloc(data);
return NULL;
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva