From 48dfba55b283120a534f0e5ed9c0f4ee694ad5df Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 28 Mar 2021 15:20:20 -0400 Subject: test: Add more tests for -H/-L and -type l --- tests/test_printf_H.out | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_printf_H.out') diff --git a/tests/test_printf_H.out b/tests/test_printf_H.out index 320c9e7..116b425 100644 --- a/tests/test_printf_H.out +++ b/tests/test_printf_H.out @@ -25,6 +25,7 @@ %p(links/deeply/nested) %d(2) %f(nested) %h(links/deeply) %H(links) %P(deeply/nested) %y(d) %p(basic/k/foo/bar) %d(3) %f(bar) %h(basic/k/foo) %H(basic) %P(k/foo/bar) %y(f) %p(basic/l/foo/bar) %d(3) %f(bar) %h(basic/l/foo) %H(basic) %P(l/foo/bar) %y(d) +%p(links/deeply/nested/broken) %d(3) %f(broken) %h(links/deeply/nested) %H(links) %P(deeply/nested/broken) %y(l) %p(links/deeply/nested/dir) %d(3) %f(dir) %h(links/deeply/nested) %H(links) %P(deeply/nested/dir) %y(d) %p(links/deeply/nested/file) %d(3) %f(file) %h(links/deeply/nested) %H(links) %P(deeply/nested/file) %y(f) %p(links/deeply/nested/link) %d(3) %f(link) %h(links/deeply/nested) %H(links) %P(deeply/nested/link) %y(l) -- cgit v1.2.3