DEBUG EVALUATE: Eliminate lexical corner case, rewrite tests in Autotest. 20100607040503/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Jun 2010 19:45:01 +0000 (12:45 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Jun 2010 19:45:44 +0000 (12:45 -0700)
commit35cd6f1851a88a26a9b66a112168c47e5405840a
tree4c05e4419cea0acd386e3167c0b1394e2b8a71e7
parentb5249f4441110eaf24223166a5a6c9f7bf71faa7
DEBUG EVALUATE: Eliminate lexical corner case, rewrite tests in Autotest.

The DEBUG EVALUATE command, used only for testing, used the
lex_rest_of_line() function.  I'd like to eventually get rid of all of the
uses of this function and other unusual lexical corner cases, so this
commit starts off by removing this one.
src/language/expressions/evaluate.c
tests/automake.mk
tests/data/calendar.at [new file with mode: 0644]
tests/expressions/epoch.sh [deleted file]
tests/expressions/expressions.sh [deleted file]
tests/language/expressions/evaluate.at [new file with mode: 0644]
tests/testsuite.at