X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=blobdiff_plain;f=test_suite.cfg;h=71970b23a7e3d5e0ae51322675bb3e19d96a411e;hp=478287ac085a337bacc1174e75c4e38148e5d4b4;hb=f999f09ae6e3ce6ff8bce49cd40cab6248ca0360;hpb=e9eca64e077f1856c4bf019f8321bf1c7bc33c15 diff --git a/test_suite.cfg b/test_suite.cfg index 478287a..71970b2 100644 --- a/test_suite.cfg +++ b/test_suite.cfg @@ -186,3 +186,21 @@ Test 26: Definitions that, define service{ use whatever } + + +Test 27: Comment characters within strings should be ignored, + that is, treated like strings. +"Here comes a #comment" +"And the ;second form" + + +Test 28: Strings within comments should be ignored as well. +# The "string" should be comment-faced. + + +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$