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).
		
			
				
	
	
		
			9 lines
		
	
	
		
			160 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			160 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # print with negative account pattern should exclude transactions containing a matched posting
 | |
| hledger -f- print not:a
 | |
| <<<
 | |
| 2010/1/1 x
 | |
|   a   1
 | |
|   b  -1
 | |
| >>>
 | |
| >>>=0
 |