changeset 16001:7275cfaddb5e

Fix texenhanced regression. * scripts/private/__go_draw_axes__.m: Fix regression.
author Ben Abbott <bpabbott@mac.com>
date Wed, 06 Feb 2013 09:54:16 -0500
parents 3f93cd251bdb
children cddf9103a566
files scripts/plot/private/__go_draw_axes__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/private/__go_draw_axes__.m	Tue Feb 05 16:57:51 2013 +0100
+++ b/scripts/plot/private/__go_draw_axes__.m	Wed Feb 06 09:54:16 2013 -0500
@@ -2350,7 +2350,7 @@
   persistent sym = __setup_sym_table__ ();
   persistent flds = fieldnames (sym);
 
-  [s, e, m] = regexp (str,'\\\\([a-zA-Z]+|0)','start','end','matches');
+  [s, e, m] = regexp (str, "\\\\([a-zA-Z]+|0)", "start", "end", "matches");
 
   for i = length (s) : -1 : 1
     ## special case for "\0"  and replace with "{/Symbol \306}'