15 lines
		
	
	
		
			250 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			250 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 1. empty file
 | 
						|
hledger -f- stats
 | 
						|
<<<
 | 
						|
>>> /Accounts.* 0 \(depth 0\)/
 | 
						|
>>>=0
 | 
						|
 | 
						|
# 2. included files should be listed in parse order
 | 
						|
 touch a.j b.j; hledger -f- stats; rm -f a.j b.j
 | 
						|
<<<
 | 
						|
include a.j
 | 
						|
include b.j
 | 
						|
>>> /Included files *: *\.\/a\.j/
 | 
						|
>>>2
 | 
						|
>>>=0
 |