]> git.lyx.org Git - features.git/commitdiff
keytests: amend 8f74cac381c286fce559072baf3958cf6643a05b
authorKornel Benko <kornel@lyx.org>
Fri, 19 May 2017 10:56:43 +0000 (12:56 +0200)
committerKornel Benko <kornel@lyx.org>
Fri, 19 May 2017 10:56:43 +0000 (12:56 +0200)
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.