blob: 57498a2016e85c23eafc472be00b5fbd478a0b42 [file] [log] [blame]
Denis Vlasenko3139ea72008-12-14 15:45:25 +00001#!/bin/sh
2# Copyright 2008 by Denys Vlasenko
3# Licensed under GPL v2, see file LICENSE for details.
4
Mike Frysingercaa79402009-11-04 18:41:22 -05005. ./testing.sh
Denis Vlasenko3139ea72008-12-14 15:45:25 +00006
7# testing "test name" "options" "expected result" "file input" "stdin"
8
9testing "expand" \
10 "expand" \
11 " 12345678 12345678\n" \
12 "" \
13 "\t12345678\t12345678\n" \
14
15exit $FAILCOUNT