diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-26 01:07:30 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-26 01:07:30 -0400 |
commit | 64c6329b5d6d96ccc9ab2c7ee59d6c65db29f8e2 (patch) | |
tree | 4e38cb947ce32915f8d6ade9ece359d99df9cfa7 /test/baseline/opt-meta-width.test | |
parent | e8fe3649c2cb6e3c2ba9e0c0bd5058da7de37f43 (diff) | |
download | fork-ledger-64c6329b5d6d96ccc9ab2c7ee59d6c65db29f8e2.tar.gz fork-ledger-64c6329b5d6d96ccc9ab2c7ee59d6c65db29f8e2.tar.bz2 fork-ledger-64c6329b5d6d96ccc9ab2c7ee59d6c65db29f8e2.zip |
Added baseline tests for --meta and --meta-width
Diffstat (limited to 'test/baseline/opt-meta-width.test')
-rw-r--r-- | test/baseline/opt-meta-width.test | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/baseline/opt-meta-width.test b/test/baseline/opt-meta-width.test index e69de29b..51fd09cf 100644 --- a/test/baseline/opt-meta-width.test +++ b/test/baseline/opt-meta-width.test @@ -0,0 +1,14 @@ +reg --meta Sample --meta-width=15 +<<< +2004/05/27 (100) Credit card company + ; This is an xact note! + ; Sample: Value + Liabilities:MasterCard $20.00 + ; This is a posting note! + ; Sample: Another Value + ; :MyTag: + Assets:Bank:Checking + ; :AnotherTag: +>>> +Another Value 04-May-27 Credit card com.. Liab:MasterCard $20.00 $20.00 +Value As:Ban:Checking $-20.00 0 |