diff options
author | John Wiegley <johnw@newartisans.com> | 2012-04-26 16:39:25 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-04-26 16:39:25 -0500 |
commit | 64a9b42381c26baf24e58b40f50f0b253e551811 (patch) | |
tree | 5447a29dff64c3a8b7be8100a01bcb4a2d73b0bb /test/regress/25A099C9.test | |
parent | 7cc550fc22357e2ded194d3e65287c6b3317f5ae (diff) | |
parent | b4407c10c0071365322b2963747bf42a57fd7304 (diff) | |
download | fork-ledger-64a9b42381c26baf24e58b40f50f0b253e551811.tar.gz fork-ledger-64a9b42381c26baf24e58b40f50f0b253e551811.tar.bz2 fork-ledger-64a9b42381c26baf24e58b40f50f0b253e551811.zip |
Merge branch 'release/v3.0.0-20120426'
Diffstat (limited to 'test/regress/25A099C9.test')
-rw-r--r-- | test/regress/25A099C9.test | 42 |
1 files changed, 34 insertions, 8 deletions
diff --git a/test/regress/25A099C9.test b/test/regress/25A099C9.test index fc06449b..1ef5ebef 100644 --- a/test/regress/25A099C9.test +++ b/test/regress/25A099C9.test @@ -1,17 +1,43 @@ -test -f $sourcepath/src/amount.h reg -> 7 +test -f src/amount.h reg -> 20 __ERROR__ -While parsing file "$sourcepath/src/amount.h", line 66: +While parsing file "src/amount.h", line 2: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 33: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 37: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 66: Error: No quantity specified for amount -While parsing file "$sourcepath/src/amount.h", line 726: +While parsing file "src/amount.h", line 69: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 83: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 93: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 99: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 121: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 132: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 702: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 732: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 740: +Error: Unexpected whitespace at beginning of line +While parsing file "src/amount.h", line 743: Error: Invalid date/time: line amount_t amoun -While parsing file "$sourcepath/src/amount.h", line 732: +While parsing file "src/amount.h", line 749: Error: Invalid date/time: line string amount_ -While parsing file "$sourcepath/src/amount.h", line 738: +While parsing file "src/amount.h", line 755: Error: Invalid date/time: line string amount_ -While parsing file "$sourcepath/src/amount.h", line 744: +While parsing file "src/amount.h", line 761: Error: Invalid date/time: line string amount_ -While parsing file "$sourcepath/src/amount.h", line 750: +While parsing file "src/amount.h", line 767: Error: Invalid date/time: line std::ostream& -While parsing file "$sourcepath/src/amount.h", line 757: +While parsing file "src/amount.h", line 774: Error: Invalid date/time: line std::istream& +While parsing file "src/amount.h", line 780: +Error: Unexpected whitespace at beginning of line end test |