mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
7910502b8e
I noticed that inBP() is wrong for several units and want to fix it. The unit test will help me to find regressions.
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
regfile=`cat ${srcdir}/tests/regfiles/Length`
|
|
output=`./check_Length`
|
|
|
|
test "$regfile" = "$output"
|
|
exit $?
|