diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/baseline/opt-print-format.test | 10 | ||||
-rw-r--r-- | test/baseline/opt-register-format.test | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/test/baseline/opt-print-format.test b/test/baseline/opt-print-format.test new file mode 100644 index 00000000..103ceb1e --- /dev/null +++ b/test/baseline/opt-print-format.test @@ -0,0 +1,10 @@ +print --print-format='%(amount)\n' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +0.350 VMMXX {$1.00} [2007/02/02] +$-0.35 +>>>2 +=== 0 diff --git a/test/baseline/opt-register-format.test b/test/baseline/opt-register-format.test new file mode 100644 index 00000000..2384b6e2 --- /dev/null +++ b/test/baseline/opt-register-format.test @@ -0,0 +1,10 @@ +reg --register-format='%(amount)\n' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +0.350 VMMXX {$1.00} [2007/02/02] +$-0.35 +>>>2 +=== 0 |