diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-01-14 16:38:08 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-02-05 19:02:25 -0500 |
commit | a6f94c132c425bbab543e98fcd19f4ff7519d1b7 (patch) | |
tree | 215135837c0335946b70593877ec5411ba8e6c17 /tests/test_0136.out | |
parent | 9f1863d45fe596e258596a4b4cc9a4064bcb11d3 (diff) | |
download | bfs-a6f94c132c425bbab543e98fcd19f4ff7519d1b7.tar.xz |
Implement -printf/-fprintf
Based on a patch by Fangrui Song <i@maskray.me>.
Closes #16.
Diffstat (limited to 'tests/test_0136.out')
-rw-r--r-- | tests/test_0136.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test_0136.out b/tests/test_0136.out new file mode 100644 index 0000000..94fa833 --- /dev/null +++ b/tests/test_0136.out @@ -0,0 +1,10 @@ +(links) () d d +(links/a) () f f +(links/b) (a) l f +(links/c) () f f +(links/d) () d d +(links/d/e) () d d +(links/h) (d/e) l d +(links/d/e/f) () d d +(links/d/e/i) (q) l N +(links/d/e/g) (../../d) l d |