From 65af85882ae46cd8750b7f03519c3b291fc693db Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 9 Feb 2017 20:02:52 -0500 Subject: Give the test cases human-readable names --- tests/test_printf_types.out | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/test_printf_types.out (limited to 'tests/test_printf_types.out') diff --git a/tests/test_printf_types.out b/tests/test_printf_types.out new file mode 100644 index 0000000..94fa833 --- /dev/null +++ b/tests/test_printf_types.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 -- cgit v1.2.3