mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
4ac32ef351
This is not needed bacause the command 'grep' is not so language sensitive as pcregrep. It's only for the sake of consistence
18 lines
384 B
Plaintext
18 lines
384 B
Plaintext
# Basic test on refactoring of mathematics notation
|
|
#
|
|
Lang it_IT.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: \Cm
|
|
KK: x^(a) +\\frac 1+x^(a) \[Down]1-x^(a) \C\[Home]
|
|
KK: \CF
|
|
KK: \Cmx^(a) \[Tab]
|
|
KK: \Cmx_a
|
|
KD: 500
|
|
KK: \[Return]\[Return]\[Return]
|
|
KD: 60
|
|
KK: \Cs
|
|
KK: \Ax
|
|
KK: buffer-export latex\[Return]
|
|
Lang C
|
|
TestEnd grep '^\$x_{a}+\\frac{1+x_{a}}{1-x\^{(a)}}\$' test.tex
|