float-format: Eliminate tests' dependence on exact string encoding.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 12 Dec 2010 22:00:28 +0000 (14:00 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Feb 2011 15:54:56 +0000 (07:54 -0800)
commit53d725a9a75cf1644a4cbc9a7d08855ac02b65e4
treea691705b51bcf94e51a5dfa21f4a04af75a5367b
parent42004e91dc5a76f746b9bf902130182318806291
float-format: Eliminate tests' dependence on exact string encoding.

Until now, the float-format tests have depended on the PSPP syntax
accepting arbitrary byte values in strings, without treating them as part
of any particular encoding.  The lexer is being rewritten so that this
assumption is no longer true, so this commit eliminates this assumption in
the float-format tests.  After this commit, the tests only use ASCII
characters in strings.
src/language/tests/float-format.c
tests/libpspp/float-format.at