]> gitweb.michael.orlitzky.com - nagios-mode.git/blobdiff - test_suite.cfg
Updated the list of macros from Nagios' macros.h.
[nagios-mode.git] / test_suite.cfg
index 478287ac085a337bacc1174e75c4e38148e5d4b4..71df8a3f86eb3547d7a4eb2f0bd510dd06ee634d 100644 (file)
@@ -186,3 +186,17 @@ 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"