X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test_suite.cfg;h=992d773a40ab5e024df0a10517a8c63c9d0b8a7a;hb=a12f9814ac3257eccbd154aebf984e7e14ff9a04;hp=478287ac085a337bacc1174e75c4e38148e5d4b4;hpb=e9eca64e077f1856c4bf019f8321bf1c7bc33c15;p=nagios-mode.git diff --git a/test_suite.cfg b/test_suite.cfg index 478287a..992d773 100644 --- a/test_suite.cfg +++ b/test_suite.cfg @@ -186,3 +186,23 @@ Test 26: Definitions that, define service{ use whatever } + + +Test 27: No multi-line strings. Both lines should be considered + plain text. +"Line one +Line two" + + +Test 28: Comment characters within strings should be ignored, + that is, treated like strings. +"Here comes a #comment" +"And the ;second form" + + +Test 29: Strings within comments should be ignored as well. +# The "string" should be comment-faced. + + +Test 30: Text between two strings should not be string-faced. +"String1" between "String2"