Using "hledgerdev" was a hack to help ensure that tests used a fresh developer build by default. Now they specify "hledger" again, which fits better with stack. It's up to the tester to make sure the desired executable is first in PATH or specified with -w. (Note a couple of tests currently don't obey -w and will always run "hledger", see addons.test).
		
			
				
	
	
		
			59 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # can we parse this sample journal from c++ ledger source
 | |
| hledger -f- stats
 | |
| <<<
 | |
| ; -*- ledger -*-
 | |
| 
 | |
| N $
 | |
| 
 | |
| = /^Expenses:Books/
 | |
|     (Liabilities:Taxes)                                -0.10
 | |
| 
 | |
| ~ Monthly
 | |
|     Assets:Bank:Checking                             $500.00
 | |
|     Income:Salary
 | |
| 
 | |
| ~ Yearly
 | |
|     Expenses:Donations                               $100.00
 | |
|     Assets:Bank:Checking
 | |
| 
 | |
| 2004/05/01 * Checking balance
 | |
|     Assets:Bank:Checking                           $1,000.00
 | |
|     Equity:Opening Balances
 | |
| 
 | |
| 2004/05/03=2004/05/01 * Investment balance
 | |
|     Assets:Brokerage                                 50 AAPL @ $30.00
 | |
|     Equity:Opening Balances
 | |
| 
 | |
| 2004/05/14 * Páy dày
 | |
|     Assets:Bank:Checking                             500.00€
 | |
|     Income:Salary
 | |
| 
 | |
| 2004/05/14 * Another dày in which there is Páying
 | |
|     Asséts:Bánk:Chécking:Asséts:Bánk:Chécking        $500.00
 | |
|     Income:Salary
 | |
| 
 | |
| 2004/05/14 * Another dày in which there is Páying
 | |
|     Русский язык:Активы:Русский язык:Русский язык         $1000.00
 | |
|     Income:Salary
 | |
| 
 | |
| tag foo
 | |
| 
 | |
| 2004/05/27 Book Store
 | |
|     Expenses:Books                                    $20.00
 | |
|     Expenses:Cards                                    $40.00
 | |
|     Expenses:Docs                                     $30.00
 | |
|     Liabilities:MasterCard
 | |
| 
 | |
| end tag
 | |
| 
 | |
| 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:
 | |
| >>>= 0
 |