Accept row-only tables. The parser now eats [[en:Barack Obama]] as-is. Hooray!

This commit is contained in:
Gabriel Wicke 2011-12-15 00:39:28 +00:00
parent 6df94a34a1
commit 3585bd9c8e

View file

@ -1027,7 +1027,7 @@ table_row
table_data
= //& { dp("table_data enter, pos=" + pos + input.substr(pos,10)); return true; }
n:("||" { return [] } / nt:newlineToken "|" { return nt })
n:("||" { return [] } / nt:newlineToken ("|" / !'!') { return nt })
! [}+-]
//& { dp('before attrib, pos=' + pos); return true; }
a:(as:generic_attribute+ space* "|" !"|" { return as } )?