diff options
author | John Wiegley <johnw@newartisans.com> | 2011-02-12 17:31:49 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-02-12 18:11:26 -0500 |
commit | 9c62463f84dc398b41b387fbacce31abed7e4839 (patch) | |
tree | ba73122f301f477b8a4174bd1c3ff27334709ad0 /test/regress/F559EC12.test | |
parent | 512542552b3e3e78f610f3d3f2fd1c8169188324 (diff) | |
download | fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.tar.gz fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.tar.bz2 fork-ledger-9c62463f84dc398b41b387fbacce31abed7e4839.zip |
Changed testing format to aid with debugging
Diffstat (limited to 'test/regress/F559EC12.test')
-rw-r--r-- | test/regress/F559EC12.test | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test/regress/F559EC12.test b/test/regress/F559EC12.test index bc7f9581..ceb36e7f 100644 --- a/test/regress/F559EC12.test +++ b/test/regress/F559EC12.test @@ -1,6 +1,4 @@ -format "%-12(scrub(amount))" -<<< ->>>1 +test format "%-12(scrub(amount))" --- Context is first posting of the following transaction --- 2004/05/27 Book Store ; This note applies to all postings. :SecondTag: @@ -19,9 +17,9 @@ Element: EXPR flags: 0x1 min: 12 max: 0 expr: scrub(amount) --- Formatted string --- "20 BOOK " -=== 0 -format "%12(scrub(amount))" ->>>1 +end test + +test format "%12(scrub(amount))" --- Context is first posting of the following transaction --- 2004/05/27 Book Store ; This note applies to all postings. :SecondTag: @@ -40,3 +38,4 @@ Element: EXPR flags: 0x0 min: 12 max: 0 expr: scrub(amount) --- Formatted string --- " 20 BOOK" +end test |