https://bugzilla.wikimedia.org/show_bug.cgi?id=39520
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal Component|JS/DOM |JS/tokenizer --- Comment #2 from Gabriel Wicke <[email protected]> 2012-10-03 22:28:18 UTC --- The first noinclude end tag is tokenized as an attribute of the table tag: echo '{{Plantilla:Fila_PCN}}' | nodejs parse.js --wgScript "http://es.wikipedia.org/w" --wgScriptPath "http://es.wikipedia.org/wiki/" --debug 2>&1 | less (..) { "type": "TagTk", "name": "table", "attribs": [ { "k": "</noinclude", "v": "" } ], "dataAttribs": { "tsr": [ 11, 24 ] }, "tagToStringFns": {} } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
