r101362 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101361‎ | r101362 | r101363 >
Date:15:06, 31 October 2011
Author:gwicke
Status:deferred
Tags:parserplayground 
Comment:
Remove outdated comment.
Modified paths:
  • /trunk/extensions/ParserPlayground/modules/pegParser.pegjs.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/ParserPlayground/modules/pegParser.pegjs.txt
@@ -727,11 +727,6 @@
728728 };
729729 }
730730
731 -/* TODO: Allow general block-level or inline elements, except if they span a
732 - * source line starting with a pipe. To avoid duplicating all block-level
733 - * productions, a quick check if a potential block-level match spanned a line
734 - * starting with a pipe might be used. Checking this requires access to the
735 - * matched source string. */
736731 table_data
737732 = & { dp("table_data enter, pos=" + pos); return true; }
738733 "||" td_attr? td:anyblock* newline? {

Status & tagging log