From 0e9efd51cec3a726674cd76b185cab93b2d75ffe Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 26 Sep 2007 06:14:09 -0600 Subject: [PATCH] More font-lock happiness. * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Clean up font confusion. Signed-off-by: Eric Blake --- ChangeLog | 6 ++++++ tests/autotest.at | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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], # [\\], [:]) -- 2.47.2