~ubuntu-branches/ubuntu/hardy/gengetopt/hardy

« back to all changes in this revision

Viewing changes to tests/test_multiple.save.test

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-01-29 14:55:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080129145540-bkah1bl330gpelmh
Tags: 2.22-1ubuntu1
* Merge with Debian; remaining changes:
  - Fix build failures with g++-4.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
string="world"
5
5
int="100"
6
6
int="200"
 
7
longlong="1234567890"
 
8
longlong="234567890"
 
9
longlong="34567890"
7
10
limited="1"
8
11
limited="2"
9
12
limited="3"
23
26
noarg
24
27
noarg-noshort
25
28
noarg-noshort
 
29
optarg
26
30
optarg="first arg for optarg"
27
31
optarg="second arg for optarg"
28
32
optarg-noshort="second arg for optarg"
 
33
optarg-noshort
29
34
file-save="test_multiple.save"