summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-02 00:32:34 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-02 00:32:34 -0500
commit307b63be77f932ce7cf9685be261f1c3786ea719 (patch)
treefb247937168b95d15a8d9cdfacc04dc1bfa4b93d
parent1b7640dbb0e96928bfac76337024ead803652849 (diff)
downloadfork-ledger-307b63be77f932ce7cf9685be261f1c3786ea719.tar.gz
fork-ledger-307b63be77f932ce7cf9685be261f1c3786ea719.tar.bz2
fork-ledger-307b63be77f932ce7cf9685be261f1c3786ea719.zip
Fixed baseline tests relating to earlier changes
-rw-r--r--test/baseline/opt-anon.test4
-rw-r--r--test/regress/F559EC12.test8
2 files changed, 10 insertions, 2 deletions
diff --git a/test/baseline/opt-anon.test b/test/baseline/opt-anon.test
index f9244451..6fe6b75f 100644
--- a/test/baseline/opt-anon.test
+++ b/test/baseline/opt-anon.test
@@ -4,8 +4,8 @@ reg --anon
Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00
Income:Dividends:Vanguard:VMMXX $-0.35
>>>1
-07-Feb-02 6a93dcb3 20:5d:27:988a9c3a 0.350 VMMXX 0.350 VMMXX
- 1c:b6:27:988a9c3a $-0.35 $-0.35
+07-Feb-02 6a93dcb3 da:20:5d:27:988a9c3a 0.350 VMMXX 0.350 VMMXX
+ da:1c:b6:27:988a9c3a $-0.35 $-0.35
0.350 VMMXX
>>>2
=== 0
diff --git a/test/regress/F559EC12.test b/test/regress/F559EC12.test
index 7900b60d..c8b686db 100644
--- a/test/regress/F559EC12.test
+++ b/test/regress/F559EC12.test
@@ -3,7 +3,11 @@ format "%-12(scrub(amount))"
>>>1
--- Context is first posting of the following transaction ---
2004/05/27 Book Store
+ ; This note applies to all postings. :SecondTag:
Expenses:Books 20 BOOK @ $10
+ ; Metadata: Some Value
+ ; :ExampleTag:
+ ; Here follows a note describing the posting.
Liabilities:MasterCard $-200.00
--- Input format string ---
@@ -20,7 +24,11 @@ format "%12(scrub(amount))"
>>>1
--- Context is first posting of the following transaction ---
2004/05/27 Book Store
+ ; This note applies to all postings. :SecondTag:
Expenses:Books 20 BOOK @ $10
+ ; Metadata: Some Value
+ ; :ExampleTag:
+ ; Here follows a note describing the posting.
Liabilities:MasterCard $-200.00
--- Input format string ---