From a08d36176dc702e643e9c29a1401ced14b6439d6 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 22 May 2016 18:01:53 +1200 Subject: Add bad width test --- test/error/bad-width.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 test/error/bad-width.sh (limited to 'test/error/bad-width.sh') diff --git a/test/error/bad-width.sh b/test/error/bad-width.sh new file mode 100755 index 0000000..19c145e --- /dev/null +++ b/test/error/bad-width.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +${EXECUTABLE} /dev/stdin << EOF +P5 +a +2 +255 +11 +11 +EOF -- cgit v1.1