From a6f94c132c425bbab543e98fcd19f4ff7519d1b7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 14 Jan 2017 16:38:08 -0500 Subject: Implement -printf/-fprintf Based on a patch by Fangrui Song . Closes #16. --- tests/test_0134.out | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/test_0134.out (limited to 'tests/test_0134.out') diff --git a/tests/test_0134.out b/tests/test_0134.out new file mode 100644 index 0000000..cbb54a8 --- /dev/null +++ b/tests/test_0134.out @@ -0,0 +1,19 @@ +(basic//)/(a) +(basic//)/(b) +(basic//)/(c) +(basic//)/(e) +(basic//)/(g) +(basic//)/(i) +(basic//)/(j) +(basic//)/(k) +(basic//)/(l) +(.)/(basic///) +(basic///c)/(d) +(basic///e)/(f) +(basic///g)/(h) +(basic///j)/(foo) +(basic///k)/(foo) +(basic///l)/(foo) +(basic///k/foo)/(bar) +(basic///l/foo)/(bar) +(basic///l/foo/bar)/(baz) -- cgit v1.2.3