keytests: amend 8f74cac381

This commit is contained in:
Kornel Benko 2017-05-19 12:56:43 +02:00
parent 0abdc3dd59
commit b8eecc2108

View File

@ -65,9 +65,16 @@
# 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.