~ubuntu-branches/ubuntu/trusty/argtable2/trusty

« back to all changes in this revision

Viewing changes to tests/test_int.sh

  • Committer: Bazaar Package Importer
  • Author(s): Shachar Shemesh
  • Date: 2008-05-07 19:54:52 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080507195452-30nwhoptl33nxbfi
Tags: 9-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
./test_int && fail
28
28
./test_int 1 2 3 4 && fail
29
29
./test_int 1 2 3 -d1 -d2 -d3 -d4 && fail
 
30
./test_int 1 2 3 -d1 -d2 -d3 -d && fail
 
31
./test_int 1 2 3 -d1 -d2 -d && fail
 
32
./test_int 1 2 3 -d1 -d && fail
 
33
./test_int 1 2 3 -d && fail
30
34
./test_int 1 2 3 --eps && fail
31
35
./test_int 1 2 3 --eps 3 --eqn 6 && fail
32
36
./test_int hello && fail