aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/printf.out
diff options
context:
space:
mode:
authorGravatar Siteshwar Vashisht <siteshwar@gmail.com>2013-03-03 00:45:34 +0530
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2013-03-03 00:45:34 +0530
commitbe7d02ebdde5c30d664496c57c3265469907004e (patch)
treeed7a44309221143900dcc9b2447dc645b48a373c /tests/printf.out
parentb989978dd3db7e27ce62d9b43aef8564c69f3e60 (diff)
Added test cases for printf builtin
Diffstat (limited to 'tests/printf.out')
-rw-r--r--tests/printf.out13
1 files changed, 13 insertions, 0 deletions
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