diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-30 00:50:10 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-30 00:51:06 -0500 |
commit | 931d6ff3f4c805232fd531da1750ab43befee8d2 (patch) | |
tree | 8a77f15976ef5a6e5314216217a1414dc5a4075e /test/regress/9188F587_py.test | |
parent | bf66abc258ee70de5bd5510301795168f46929f8 (diff) | |
download | fork-ledger-931d6ff3f4c805232fd531da1750ab43befee8d2.tar.gz fork-ledger-931d6ff3f4c805232fd531da1750ab43befee8d2.tar.bz2 fork-ledger-931d6ff3f4c805232fd531da1750ab43befee8d2.zip |
Fix to Python value() method handling
Diffstat (limited to 'test/regress/9188F587_py.test')
-rw-r--r-- | test/regress/9188F587_py.test | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/regress/9188F587_py.test b/test/regress/9188F587_py.test new file mode 100644 index 00000000..28bb34ff --- /dev/null +++ b/test/regress/9188F587_py.test @@ -0,0 +1,15 @@ +test python test/regress/9188F587.py +-5.00 GBP +GBP +Total is presently: (0.00 EUR) +Converted to EUR: (-6.00 EUR) +Total is now: (-6.00 EUR) + +-5.00 EUR {0.8733 GBP} [2012/01/03] +EUR +Total is presently: (-6.00 EUR) +Converted to EUR: (-5.00 EUR) +Total is now: (-11.00 EUR) + +-11.00 EUR +end test |