diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/ARGUMENTS.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ARGUMENTS.py b/test/ARGUMENTS.py index ab1f806..69947a6 100644 --- a/test/ARGUMENTS.py +++ b/test/ARGUMENTS.py @@ -37,11 +37,12 @@ for k in keys: foo.close() """) -test.run(arguments='a=1 bz=3 xx=sd .') +test.run(arguments='a=1 bz=3 xx=sd zzz=foo=bar .') test.fail_test(test.read('foo.out') != """a = 1 bz = 3 xx = sd +zzz = foo=bar """) test.pass_test() |
