MOMENTS: Avoid lexical corner case in test case.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Jun 2010 19:43:10 +0000 (12:43 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Jun 2010 19:45:43 +0000 (12:45 -0700)
commitc50121b54eea7f7221a03e1e9549afe76e2b3122
tree87e7ada7e3838abc3da29058fec251d4bd4a69fe
parentd01297fc4e5e2c48ca66c00cd78569217a5b5bc1
MOMENTS: Avoid lexical corner case in test case.

The DEBUG MOMENTS 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/tests/moments-test.c
tests/automake.mk
tests/math/moments.at [new file with mode: 0644]
tests/testsuite.at