]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/hello-world-in.txt
Some layout fixes
[lyx.git] / development / autotests / hello-world-in.txt
index dc502e665b7d940fa7e6ce37fee5a472febc2f43..019f293a1cf32b20a651450405007de7552202b1 100644 (file)
 #    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.