From d46c3fc6945b2a4f2df28a7535c79acd88850eb5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 7 Feb 2005 23:14:55 +0000 Subject: [PATCH] Renamed from "Invalid \$n", to work around an Autoconf bug with dollar signs in test names. --- tests/input.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/input.at b/tests/input.at index 14fb1299..20459d2f 100644 --- a/tests/input.at +++ b/tests/input.at @@ -1,5 +1,5 @@ # Checking the Bison scanner. -*- Autotest -*- -# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005 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 @@ -25,7 +25,7 @@ AT_BANNER([[Input Processing.]]) ## Invalid $n. ## ## ------------ ## -AT_SETUP([Invalid \$n]) +AT_SETUP([Invalid dollar-n]) AT_DATA([input.y], [[%% -- 2.50.0