From 9394583f96cf23634f9e34bf8537fa2001ed1c9f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 24 Mar 2013 15:24:29 -0700 Subject: Implement actual error handling for builtin_printf. Fix the tests. --- tests/printf.out | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/printf.out') diff --git a/tests/printf.out b/tests/printf.out index b24cfc7b..bf9e2c84 100644 --- a/tests/printf.out +++ b/tests/printf.out @@ -7,7 +7,10 @@ a hello 5 10 100 %"\nxy -abc def +abc +def Msg1 Msg2 foo bar baz -I P \ No newline at end of file +I P +Test escapes +a -- cgit v1.2.3