tests: portability fix.

* tests/input.at (Bad escapes in literals): Don't expect "echo
	'\0'" to output \ then 0.
This commit is contained in:
Akim Demaille
2009-08-26 13:21:18 +02:00
parent aa0cb40d61
commit 3bed3a757f
2 changed files with 14 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2009-08-26 Akim Demaille <[email protected]>
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 <[email protected]>
Actually handle the yytable zero value correctly this time.