https://bugzilla.wikimedia.org/show_bug.cgi?id=52473

       Web browser: ---
            Bug ID: 52473
           Summary: Tokenizer sensitive to trailing whitespace after
                    closing table tag when handling indented tables
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: tokenizer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Try:

echo ":{|\n|a\n|}" | node parse
vs.
echo ":{|\n|a\n|} " | node parse

Only seems to affect indented tables.  Try

echo "{|\n|a\n|} " | node parse

-- 
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

Reply via email to