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
A couple very minor nitpicks.
tags/v0.3
Ben Kurtovic
hace 11 años
padre
fdb2762393
commit
bdfd0632b3
Se han
modificado 2 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
mwparserfromhell/nodes/tag.py
+1
-0
mwparserfromhell/parser/tokenizer.py
+ 1
- 1
mwparserfromhell/nodes/tag.py
Ver fichero
@@ -22,7 +22,7 @@
from __future__ import unicode_literals
from . import Node
, Text
from . import Node
from .extras import Attribute
from ..compat import str
from ..definitions import is_visible
+ 1
- 0
mwparserfromhell/parser/tokenizer.py
Ver fichero
@@ -35,6 +35,7 @@ class BadRoute(Exception):
"""Raised internally when the current tokenization route is invalid."""
def __init__(self, context=0):
super(BadRoute, self).__init__()
self.context = context
Escribir
Vista previa
Cargando…
Cancelar
Guardar