X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=blobdiff_plain;f=test_suite.cfg;h=e82b0e8ea2097396de0ec6f0dd1afbbbe970ad73;hp=478287ac085a337bacc1174e75c4e38148e5d4b4;hb=1b048bb35d7d8298301843e8d0682e01bc30b392;hpb=0355f91c8ed69043beedfcbb83e514152560be96 diff --git a/test_suite.cfg b/test_suite.cfg index 478287a..e82b0e8 100644 --- a/test_suite.cfg +++ b/test_suite.cfg @@ -186,3 +186,19 @@ 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.