mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-07 01:46:27 +00:00
948020d9a3
Each test created log-files, but since they were not uniq it was difficult to check what went wrong for a failed test.
17 lines
576 B
Plaintext
17 lines
576 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 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
|