[Kst] kdeextragear-2/kst
George Staikos
staikos at kde.org
Thu Nov 25 05:07:24 CET 2004
CVS commit by staikos:
Added loads more equation tests, and some infrastructure to better diagnose
problems with equations. Most tests focus on parse errors as opposed to
proper equations, and especially force errors in more cases than before. The
parser now returns details on what specifically is wrong with the equation.
Three testcases still only give generic errors (that's considered a
failure according to the test driver), and there are probably many more
untested cases.
M +3 -1 kst/enodefactory.cpp 1.7
M +23 -3 kst/eparse-eh.cpp 1.2
M +14 -6 kst/eparse-eh.h 1.2
M +280 -151 kst/eparse.c 1.12
M +22 -18 kst/eparse.h 1.9
M +68 -23 kst/eparse.y 1.12
M +96 -67 kst/escan.c 1.10
M +15 -5 kst/escan.l 1.10
M +44 -4 tests/testeqparser.cpp 1.17
More information about the Kst
mailing list