tests: portability fix.

* tests/input.at (Bad escapes in literals): Don't expect "echo
	'\0'" to output \ then 0.
(cherry picked from commit 3bed3a757f)
This commit is contained in:
Akim Demaille
2009-08-26 11:53:18 +02:00
parent e4bcae3c5a
commit 833d1720f8
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2009-08-26 Akim Demaille <demaille@gostai.com>
tests: portability fix.
* tests/input.at (Bad escapes in literals): Don't expect "echo
'\0'" to output \ then 0.
2009-08-26 Joel E. Denny <jdenny@clemson.edu>
Actually handle the yytable zero value correctly this time.