Tabular reports from bal, bs etc. have until now been rendered on the terminal with one final blank line, for readability. This change drops the blank line. This is consistent with the non-tabular balance and register output (not print, which is a special case), and with most unix commands. The real reason for it, which I admit is flimsy, is that I can now omit the final delimiter (>=0) when using shelltestrunner 1.9's new format, making functional tests easier to maintain and more readable. If there's opposition, this could be reverted.
		
			
				
	
	
		
			13 lines
		
	
	
		
			727 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			727 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| hledger -f balance-multicol.journal balance --pretty-tables -M
 | |
| >>>
 | |
| Balance changes in 2012/12/01-2013/03/31:
 | |
| 
 | |
|                  ║ 2012/12  2013/01  2013/02  2013/03 
 | |
| ═════════════════╬════════════════════════════════════
 | |
|  assets          ║       0        0        1        0 
 | |
|  assets:cash     ║       0        0        1        0 
 | |
|  assets:checking ║      10        0        0        1 
 | |
| ─────────────────╫────────────────────────────────────
 | |
|                  ║      10        0        2        1 
 | |
| >>>=0
 |