diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2016-11-12 18:57:21 -0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2016-11-12 18:57:21 -0800 |
commit | b6392fa40f5863bc0e5175699af019a058e7e422 (patch) | |
tree | e8b633f614aeaec741fe90bf0e694fe5ace4b993 /test/baseline | |
parent | 960f4e809f983263a061b40dd3cbd9408c5f8e1f (diff) | |
download | fork-ledger-b6392fa40f5863bc0e5175699af019a058e7e422.tar.gz fork-ledger-b6392fa40f5863bc0e5175699af019a058e7e422.tar.bz2 fork-ledger-b6392fa40f5863bc0e5175699af019a058e7e422.zip |
Update cmd-tags.test for fix for bug #1043
Diffstat (limited to 'test/baseline')
-rw-r--r-- | test/baseline/cmd-tags.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/baseline/cmd-tags.test b/test/baseline/cmd-tags.test index bfff763a..926bdbfd 100644 --- a/test/baseline/cmd-tags.test +++ b/test/baseline/cmd-tags.test @@ -33,6 +33,7 @@ a b bar foo +xxx end test test tags --values @@ -42,6 +43,7 @@ b b: bbb bar foo +xxx end test test tags --values --count @@ -51,5 +53,6 @@ test tags --values --count 1 b: bbb 1 bar 1 foo +2 xxx end test |