diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2012-02-26 21:09:12 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2012-02-26 21:09:12 +0100 | 
| commit | ca05961c959b30506f56405fb1dbbcbe500e2f72 (patch) | |
| tree | 26c3aedea7e47daba21a4d81177f97ad82ea05a8 /test/list/filename_recursive | |
| parent | 54deb9b8e21354a1670c179a7d8bd09e4e391026 (diff) | |
Update test files, fix omitted {} in list.c
Diffstat (limited to 'test/list/filename_recursive')
| -rw-r--r-- | test/list/filename_recursive | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/test/list/filename_recursive b/test/list/filename_recursive index 5ffa63e..d4d27dd 100644 --- a/test/list/filename_recursive +++ b/test/list/filename_recursive @@ -1,6 +1,6 @@ -NUM	FORMAT	WIDTH	HEIGHT	PIXELS	SIZE(bytes)	ALPHA	FILENAME -1	gif	16	16	256	953		-	test/ok/gif -2	jpeg	16	16	256	354		-	test/ok/jpg -3	png	16	16	256	403		X	test/ok/png -4	pnm	16	16	256	269		-	test/ok/pnm -5	png	16	16	256	403		X	test/ok/recursive/png +NUM	FORMAT	WIDTH	HEIGHT	PIXELS	SIZE	ALPHA	FILENAME +1	gif	16	16	256 	953 	-	test/ok/gif +2	jpeg	16	16	256 	354 	-	test/ok/jpg +3	png	16	16	256 	403 	X	test/ok/png +4	pnm	16	16	256 	269 	-	test/ok/pnm +5	png	16	16	256 	403 	X	test/ok/recursive/png | 
