r68382 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68381‎ | r68382 | r68383 >
Date:22:09, 21 June 2010
Author:conrad
Status:ok
Tags:
Comment:
(bug 21477) Add \& to texvc
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/math/lexer.mll (modified) (history)

Diff [purge]

Index: trunk/phase3/math/lexer.mll
@@ -69,6 +69,7 @@
7070 | "\\#" { LITERAL (HTMLABLE (FONT_UFH,"\\#","#")) }
7171 | "\\%" { LITERAL (HTMLABLE (FONT_UFH,"\\%","%")) }
7272 | "\\$" { LITERAL (HTMLABLE (FONT_UFH,"\\$","$")) }
 73+ | "\\&" { LITERAL (HTMLABLEC (FONT_RM,"\\&","&")) }
7374 | "&" { NEXT_CELL }
7475 | "\\\\" { NEXT_ROW }
7576 | "\\begin{matrix}" { Texutil.tex_use_ams(); BEGIN__MATRIX }
Index: trunk/phase3/RELEASE-NOTES
@@ -87,6 +87,7 @@
8888 * (bug 4597) Provide support in Special:Contributions to show only "current"
8989 contributions
9090 * (bug 17857) {{anchorencode}} acts more like how the parser creates section ids.
 91+* (bug 21477) \& can now be used in <math>
9192
9293 === Bug fixes in 1.17 ===
9394 * (bug 17560) Half-broken deletion moved image files to deletion archive

Status & tagging log