From ab2c3e2053f1caea636b781542bb032f72074821 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 8 Jun 2020 14:31:55 +0000 Subject: Add tests git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3854 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/rawtoppm.ok | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/rawtoppm.ok (limited to 'test/rawtoppm.ok') diff --git a/test/rawtoppm.ok b/test/rawtoppm.ok new file mode 100644 index 00000000..c61e75aa --- /dev/null +++ b/test/rawtoppm.ok @@ -0,0 +1,23 @@ +Test 1: should print '0 0 : 0' +0 0 : 0 +Test 2: should print '0 0 : 0' five times +0 0 : 0 +0 0 : 0 +0 0 : 0 +0 0 : 0 +0 0 : 0 +Test 3: should print '0 0 0 : 0' five times +0 0 0 : 0 +0 0 0 : 0 +0 0 0 : 0 +0 0 0 : 0 +0 0 0 : 0 +Test 4 +P3 +5 5 +255 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 5 5 5 5 5 9 9 9 9 9 +0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 +0 1 2 3 4 1 2 3 4 5 2 3 4 5 6 +9 8 7 6 5 4 3 2 1 0 0 0 0 0 0 -- cgit 1.4.1