mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
bfc0b09e0c
There still are keys which do not make it into the lyx logfile. For instance repeated shortcuts.
17 lines
580 B
Plaintext
17 lines
580 B
Plaintext
# Test export lyx-icon-info
|
|
# creates lib/images/math-mode.pdf in lyx-source tree, but it should not
|
|
#
|
|
#
|
|
|
|
Lang C
|
|
TestBegin -dbg key,files test.lyx > bug-export-latex.loga.txt 2>&1
|
|
KK: \Axinfo-insert icon math-mode\[Return]
|
|
KK: \Axbuffer-export luatex\[Return]
|
|
KK: \[Tab]\[Return]
|
|
KK: \Axbuffer-write\[Return]
|
|
KK: \[Tab]\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert ! pcregrep -M "support/FileName.cpp .* creating path '/.*/lib/images'" bug-export-latex.loga.txt
|
|
Assert ! pcregrep -M 'support/FileName.cpp .* Checksumming "/.*/lib/images/.*math-mode.pdf" .*lasted ' bug-export-latex.loga.txt
|