Page MenuHomePhabricator

<p>; Foo : Bar</p> serialised to "<nowiki> Foo :</nowiki> Bar", not "<nowiki>;</nowiki> Foo : Bar"
Closed, ResolvedPublic

Description

Intention:
Add a list

Steps to Reproduce:

  1. Type (at the start of a new line): ;Foo: Bar
  2. Review changes

Actual Results:
It saves the page as <nowiki>Foo: Bar</nowiki>. The leading ";" disappears. There is no wikitext warning.

Expected Results:
Since these lists aren't supported yet, I expected the ";" to be nowiki'd and to get a wikitext warning.

Reproducible: Didn't try


Version: unspecified
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=37938

Details

Reference
bz60411

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:01 AM
bzimport set Reference to bz60411.

Confirmed with <p>Foo</p><p>; Foo : Bar</p><p>Bar</p> in Parsoid.

Change 134274 had a related patch set uploaded by Subramanya Sastry:
(Bug 60411): Fix TSR error for ";" list token in the tokenizer.

https://gerrit.wikimedia.org/r/134274

Change 134274 merged by jenkins-bot:
(Bug 60411): Fix TSR error for ";" list token in the tokenizer.

https://gerrit.wikimedia.org/r/134274

This will still add a nowiki around ";Foo:", but it at least won't lose the ";". Will get deployed tomorrow.