This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % ./build/ledger/debug/ledger --version | head -1 | |
| Ledger next-0-g3f00f83, the command-line accounting tool | |
| % ./build/ledger/debug/ledger -f doc/sample.dat reg | |
| While parsing file "doc/sample.dat", line 3: | |
| While parsing value expression: | |
| account =~ /^Expenses:Books/ | |
| ^^^^^^^^^^^^^^^^^ | |
| While parsing periodic transaction: | |
| > = account =~ /^Expenses:Books/ | |
| Error: std::bad_cast |
NewerOlder