diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-21 03:53:00 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-21 03:53:00 -0600 |
commit | c47350dce9c666987f924c54507973fc11587b2e (patch) | |
tree | af3dce9cdcea344d640f108efd58bc949d0a2955 /test/baseline/cmd-script_2.test | |
parent | 36922c5945290f43a3517fb2f5f155b287b9b565 (diff) | |
download | fork-ledger-c47350dce9c666987f924c54507973fc11587b2e.tar.gz fork-ledger-c47350dce9c666987f924c54507973fc11587b2e.tar.bz2 fork-ledger-c47350dce9c666987f924c54507973fc11587b2e.zip |
Corrected handling of nested definitions
Diffstat (limited to 'test/baseline/cmd-script_2.test')
-rw-r--r-- | test/baseline/cmd-script_2.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/baseline/cmd-script_2.test b/test/baseline/cmd-script_2.test new file mode 100644 index 00000000..a6f6f37a --- /dev/null +++ b/test/baseline/cmd-script_2.test @@ -0,0 +1,3 @@ +test eval 'x=total_expr;x=x/count;x=amount_expr-x*count;x' +0 +end test |