From be7d02ebdde5c30d664496c57c3265469907004e Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Sun, 3 Mar 2013 00:45:34 +0530 Subject: Added test cases for printf builtin --- tests/printf.out | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/printf.out (limited to 'tests/printf.out') diff --git a/tests/printf.out b/tests/printf.out new file mode 100644 index 00000000..b24cfc7b --- /dev/null +++ b/tests/printf.out @@ -0,0 +1,13 @@ +Hello 1 2 3.000000 4.000000 5 6 +a B 10 18446744073709551615 +0xep+0 0XFP+0 +a hello +5.000000e+00 6.000000E+00 + 50 +5 10 + 100 +%"\nxy +abc def +Msg1 Msg2 +foo bar baz +I P \ No newline at end of file -- cgit v1.2.3