]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/hello-world-in.txt
Typo
[lyx.git] / development / autotests / hello-world-in.txt
index 80d4e31c6d11fb75d290b1960da5405b3949c8a2..019f293a1cf32b20a651450405007de7552202b1 100644 (file)
@@ -51,8 +51,9 @@
 # KD: n
 #   Changes the delay among typed charactes to n milliseconds.
 #
-# CO: <filename>
-#    Open control file for write. This file will contain the search and comment strings.
+# CO: [>>] <filename>
+#    Open control file for write (or append if preceeded with '>>').
+#    This file will contain the search and comment strings.
 #    Used only by the script 'searchPatterns.pl' at the end of test
 #
 # CN: <notice>
 #    will be escaped to create a suitable regex.
 #    The result will be applied on the lyx-log-file
 #
+# Cp: <pattern>
+#    It is an error if this pattern matches before the expected (either CP: or CR:)
+#    Expand pattern like in CP:
+#
 # CR: <regex pattern>
 #    Write a pattern to the control file. Pattern will be used directly (no conversion).
 #
+# Cr: <regex pattern>
+#    It is an error if this pattern matches before the expected (either CP: or CR:)
+#
 # CC:
 #    Close the control file. The file is also closed at 'TestEndWithKill' and 'TestEnd'
 #    implicitly.