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
Route failure shouldn't be consumed before it reaches Tokenizer_parse_tag().
tags/v0.3
Ben Kurtovic
hace 11 años
padre
90ef3206f3
commit
2f55654f01
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
mwparserfromhell/parser/tokenizer.c
+ 0
- 1
mwparserfromhell/parser/tokenizer.c
Ver fichero
@@ -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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar