GWicke has uploaded a new change for review.

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


Change subject: Disable performance heuristic for table captions too
......................................................................

Disable performance heuristic for table captions too

Change-Id: I79d0e56377685751b0c610f848fd0153fd2a71d5
---
M js/lib/pegTokenizer.pegjs.txt
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid 
refs/changes/89/74589/1

diff --git a/js/lib/pegTokenizer.pegjs.txt b/js/lib/pegTokenizer.pegjs.txt
index 08c08d9..35c143a 100644
--- a/js/lib/pegTokenizer.pegjs.txt
+++ b/js/lib/pegTokenizer.pegjs.txt
@@ -2101,7 +2101,6 @@
  */
 single_cell_table_args
   = & { return stops.push('pipe', true); }
-    & could_be_attribute
     as:generic_attribute* s:space* p:pipe {
         stops.pop('pipe');
         //console.warn( 'tcargs' + JSON.stringify( as ) + " stops: " + 
pp(stops) );

-- 
To view, visit https://gerrit.wikimedia.org/r/74589
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I79d0e56377685751b0c610f848fd0153fd2a71d5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: GWicke <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to