]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/hello-world-in.txt
Win installer: some updates
[lyx.git] / development / autotests / hello-world-in.txt
index cda460b7f910e35474e4e595d6896ae3c0debc26..b23daabbf4ac5d7acebb319e8f76c28cc0509c52 100644 (file)
 #     \[Tab] ........ sends a Tab character
 #     \[Return] ..... sends a Return
 #
+# KD: n
+#   Changes the delay among typed charactes to n milliseconds.
+#
+# Sleep f
+#   Single delay of f seconds.
+#
 #
 # This example instructs LyX to type "Hello World", then exports it as
 # LaTeX, and verifies that the typed characters are indeed present in the
 # exported document.
 #
-Lang it_IT.utf8
-TestBegin test.lyx > lyx-log.txt 2>&1
+TestBegin test.lyx -dbg key > lyx-log.txt 2>&1
 KK: Hello World
-KK: \Afs
-KK: \Ax
-KK: buffer-export latex\[Return]
+KK: \Cs
+KK: \Axbuffer-export latex\[Return]
 TestEnd grep "Hello World" test.tex