From d2d16ab8ef70c5ad90e8bd07b939d80246880174 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 17 Apr 2010 21:30:07 -0400 Subject: [PATCH] Added a test against ARG0/USER0 macros. --- test_suite.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test_suite.cfg b/test_suite.cfg index 71df8a3..71970b2 100644 --- a/test_suite.cfg +++ b/test_suite.cfg @@ -200,3 +200,7 @@ Test 28: Strings within comments should be ignored as well. Test 29: Text between two strings should not be string-faced. "String1" between "String2" + +Test 30: The ARG0 and USER0 macros don't exist. +$ARG0$ +$USER0$ -- 2.43.2