# HG changeset patch # User Ben Abbott # Date 1360162456 18000 # Node ID 7275cfaddb5e0f8c0a9c83aa5658880cb835b923 # Parent 3f93cd251bdbde161def8a0ebb4f646c2453a113 Fix texenhanced regression. * scripts/private/__go_draw_axes__.m: Fix regression. diff -r 3f93cd251bdb -r 7275cfaddb5e scripts/plot/private/__go_draw_axes__.m --- 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}'