From: Eric Blake Date: Wed, 26 Sep 2007 12:14:09 +0000 (-0600) Subject: More font-lock happiness. X-Git-Tag: v2.62~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e9efd51cec3a726674cd76b185cab93b2d75ffe;p=thirdparty%2Fautoconf.git More font-lock happiness. * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Clean up font confusion. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index eaebd86c..041fbfdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-09-26 Eric Blake + + More font-lock happiness. + * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Clean up font + confusion. + 2007-09-25 Eric Blake Typo fixes. diff --git a/tests/autotest.at b/tests/autotest.at index 36869683..7f0e7b47 100644 --- a/tests/autotest.at +++ b/tests/autotest.at @@ -2,7 +2,7 @@ AT_BANNER([Autotest.]) -# Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -249,6 +249,7 @@ m4@&t@_define([macro_expanded], [[macro_overexpanded]]) m4@&t@_define([macro_backquote], [`]) m4@&t@_define([macro_single_quote], [']) m4@&t@_define([macro_double_quote], ["]) +dnl restore font-lock: " m4@&t@_define([macro_backslash], [\\]) AT_INIT([artificial test suite]) AT_SETUP([$2]) @@ -275,6 +276,7 @@ m4_define([AT_CHECK_AT_TITLE_CHAR], AT_CHECK_AT_TITLE_CHAR([Backquote], [`]) AT_CHECK_AT_TITLE_CHAR([Single-quote], [']) AT_CHECK_AT_TITLE_CHAR([Double-quote], ["]) +dnl restore font-lock: " AT_CHECK_AT_TITLE_CHAR([Backslash], [\\]) AT_CHECK_AT_TITLE_CHAR([Brackets], [[[]]], [[]]) AT_CHECK_AT_TITLE_CHAR([Pound], [[#]], [#]) @@ -289,6 +291,7 @@ AT_CHECK_AT_TITLE_CHAR([Macro with backquote], [macro_backquote], AT_CHECK_AT_TITLE_CHAR([Macro with single-quote], [macro_single_quote], [']) AT_CHECK_AT_TITLE_CHAR([Macro with double-quote], [macro_double_quote], ["], [:]) +dnl restore font-lock: " # This test neither fails nor passes reliably. # AT_CHECK_AT_TITLE_CHAR([Macro with backslash], [macro_backslash], # [\\], [:])