dev: tests: errors: update tests/readme (#1436)
This commit is contained in:
		
							parent
							
								
									45981832a6
								
							
						
					
					
						commit
						a1c9aa4114
					
				| @ -100,7 +100,7 @@ Notes (see also [#1436][]): | |||||||
| 
 | 
 | ||||||
| <!-- to update: erase the below then C-u M-! ./showall --> | <!-- to update: erase the below then C-u M-! ./showall --> | ||||||
| <!-- GENERATED: --> | <!-- GENERATED: --> | ||||||
| hledger 1.25.99-gfc3d9d407-20220424 error messages: | hledger 1.25.99-g9bff671b5-20220424 error messages: | ||||||
| 
 | 
 | ||||||
| ### accounts | ### accounts | ||||||
| ``` | ``` | ||||||
| @ -167,7 +167,7 @@ hledger: Error: /Users/simon/src/hledger/hledger/test/errors/./ordereddates.j:10 | |||||||
| 10 | 2022-01-01 p | 10 | 2022-01-01 p | ||||||
|    | ^^^^^^^^^^ |    | ^^^^^^^^^^ | ||||||
|    |     (a)               1 |    |     (a)               1 | ||||||
| transaction's date is out of order with previous transaction's date 2022-01-02 | transaction date is out of order with previous transaction date 2022-01-02 | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,9 +1,9 @@ | |||||||
| $$$ hledger check accounts -f accounts.j | $$$ hledger check accounts -f accounts.j | ||||||
| >>>2 | >>>2 /hledger: Error: .*accounts.j:4:6-6: | ||||||
| hledger: Error: /Users/simon/src/hledger/hledger/test/errors/accounts.j:4:6-6: |  | ||||||
|   | 2022-01-01 |   | 2022-01-01 | ||||||
| 4 |     (a)               1 | 4 |     (a)               1 | ||||||
|   |      ^ |   |      ^ | ||||||
| undeclared account "a" | undeclared account "a" | ||||||
| 
 | 
 | ||||||
|  | / | ||||||
| >>>= 1 | >>>= 1 | ||||||
| @ -1,6 +1,5 @@ | |||||||
| $$$ hledger check -f assertions.j | $$$ hledger check -f assertions.j | ||||||
| >>>2 | >>>2 /hledger: Error: .*assertions.j:4:8 | ||||||
| hledger: Error: balance assertion: /Users/simon/src/hledger/hledger/test/errors/assertions.j:4:8 |  | ||||||
| transaction: | transaction: | ||||||
| 2022-01-01 | 2022-01-01 | ||||||
|     a               0 = 1 |     a               0 = 1 | ||||||
| @ -13,4 +12,5 @@ calculated: 0 | |||||||
| asserted:   1 | asserted:   1 | ||||||
| difference: 1 | difference: 1 | ||||||
| 
 | 
 | ||||||
|  | / | ||||||
| >>>= 1 | >>>= 1 | ||||||
| @ -1,9 +1,9 @@ | |||||||
| $$$ hledger check -f balanced.j | $$$ hledger check -f balanced.j | ||||||
| >>>2 | >>>2 /hledger: Error: .*balanced.j:3-4 | ||||||
| hledger: Error: /Users/simon/src/hledger/hledger/test/errors/balanced.j:3-4 |  | ||||||
| could not balance this transaction: | could not balance this transaction: | ||||||
| real postings' sum should be 0 but is: 1 | real postings' sum should be 0 but is: 1 | ||||||
| 2022-01-01 | 2022-01-01 | ||||||
|     a               1 |     a               1 | ||||||
| 
 | 
 | ||||||
|  | / | ||||||
| >>>= 1 | >>>= 1 | ||||||
| @ -1,6 +1,5 @@ | |||||||
| $$$ hledger check balancednoautoconversion -f balancednoautoconversion.j | $$$ hledger check balancednoautoconversion -f balancednoautoconversion.j | ||||||
| >>>2 | >>>2 /hledger: Error: .*balancednoautoconversion.j:6-8 | ||||||
| hledger: Error: /Users/simon/src/hledger/hledger/test/errors/balancednoautoconversion.j:6-8 |  | ||||||
| could not balance this transaction: | could not balance this transaction: | ||||||
| real postings' sum should be 0 but is:  1 A | real postings' sum should be 0 but is:  1 A | ||||||
| -1 B | -1 B | ||||||
| @ -8,4 +7,5 @@ real postings' sum should be 0 but is:  1 A | |||||||
|     a             1 A |     a             1 A | ||||||
|     b            -1 B |     b            -1 B | ||||||
| 
 | 
 | ||||||
|  | / | ||||||
| >>>= 1 | >>>= 1 | ||||||
| @ -1,9 +1,9 @@ | |||||||
| $$$ hledger check commodities -f commodities.j | $$$ hledger check commodities -f commodities.j | ||||||
| >>>2 | >>>2 /hledger: Error: .*commodities.j:6:21-23: | ||||||
| hledger: Error: /Users/simon/src/hledger/hledger/test/errors/commodities.j:6:21-23: |  | ||||||
|   | 2022-01-01 |   | 2022-01-01 | ||||||
| 6 |     (a)             A 1 | 6 |     (a)             A 1 | ||||||
|   |                     ^^^ |   |                     ^^^ | ||||||
| undeclared commodity "A" | undeclared commodity "A" | ||||||
| 
 | 
 | ||||||
|  | / | ||||||
| >>>= 1 | >>>= 1 | ||||||
| @ -1,8 +1,8 @@ | |||||||
| $$$ hledger check ordereddates -f ordereddates.j | $$$ hledger check ordereddates -f ordereddates.j | ||||||
| >>>2 | >>>2 /hledger: Error: .*ordereddates.j:10:1-10: | ||||||
| hledger: Error: /Users/simon/src/hledger/hledger/test/errors/ordereddates.j:10:1-10: |  | ||||||
| 10 | 2022-01-01 p | 10 | 2022-01-01 p | ||||||
|    | ^^^^^^^^^^ |    | ^^^^^^^^^^ | ||||||
|    |     (a)               1 |    |     (a)               1 | ||||||
| transaction date is out of order with previous transaction date 2022-01-02 | transaction date is out of order with previous transaction date 2022-01-02 | ||||||
|  | / | ||||||
| >>>= 1 | >>>= 1 | ||||||
| @ -1,9 +1,9 @@ | |||||||
| $$$ hledger check -f parseable-dates.j | $$$ hledger check -f parseable-dates.j | ||||||
| >>>2 | >>>2 /hledger: Error: .*parseable-dates.j:3:1: | ||||||
| hledger: Error: /Users/simon/src/hledger/hledger/test/errors/parseable-dates.j:3:1: |  | ||||||
|   | |   | | ||||||
| 3 | 2022/1/32 | 3 | 2022\/1\/32 | ||||||
|   | ^^^^^^^^^ |   | ^^^^^^^^^ | ||||||
| well-formed but invalid date: 2022/1/32 | well-formed but invalid date: 2022\/1\/32 | ||||||
| 
 | 
 | ||||||
|  | / | ||||||
| >>>= 1 | >>>= 1 | ||||||
| @ -1,9 +1,9 @@ | |||||||
| $$$ hledger check -f parseable-regexps.j | $$$ hledger check -f parseable-regexps.j | ||||||
| >>>2 | >>>2 /hledger: Error: .*parseable-regexps.j:3:8: | ||||||
| hledger: Error: /Users/simon/src/hledger/hledger/test/errors/parseable-regexps.j:3:8: |  | ||||||
|   | |   | | ||||||
| 3 | alias /(/ = a | 3 | alias \/\(\/ = a | ||||||
|   |        ^ |   |        ^ | ||||||
| this regular expression could not be compiled: ( | this regular expression could not be compiled: \( | ||||||
| 
 | 
 | ||||||
|  | / | ||||||
| >>>= 1 | >>>= 1 | ||||||
| @ -1,10 +1,10 @@ | |||||||
| $$$ hledger check -f parseable.j | $$$ hledger check -f parseable.j | ||||||
| >>>2 | >>>2 /hledger: Error: .*parseable.j:3:2: | ||||||
| hledger: Error: /Users/simon/src/hledger/hledger/test/errors/parseable.j:3:2: |  | ||||||
|   | |   | | ||||||
| 3 | 1 | 3 | 1 | ||||||
|   |  ^ |   |  ^ | ||||||
| unexpected newline | unexpected newline | ||||||
| expecting date separator or digit | expecting date separator or digit | ||||||
| 
 | 
 | ||||||
|  | / | ||||||
| >>>= 1 | >>>= 1 | ||||||
| @ -1,9 +1,9 @@ | |||||||
| $$$ hledger check payees -f payees.j | $$$ hledger check payees -f payees.j | ||||||
| >>>2 | >>>2 /hledger: Error: .*payees.j:6:12-12: | ||||||
| hledger: Error: /Users/simon/src/hledger/hledger/test/errors/payees.j:6:12-12: |  | ||||||
| 6 | 2022-01-01 p | 6 | 2022-01-01 p | ||||||
|   |            ^ |   |            ^ | ||||||
|   |     (a)             A 1 |   |     (a)             A 1 | ||||||
| undeclared payee "p" | undeclared payee "p" | ||||||
| 
 | 
 | ||||||
|  | / | ||||||
| >>>= 1 | >>>= 1 | ||||||
| @ -1,9 +1,9 @@ | |||||||
| $$$ hledger check uniqueleafnames -f uniqueleafnames.j | $$$ hledger check uniqueleafnames -f uniqueleafnames.j | ||||||
| >>>2 | >>>2 /hledger: Error: .*uniqueleafnames.j:9:8-8: | ||||||
| hledger: Error: /Users/simon/src/hledger/hledger/test/errors/uniqueleafnames.j:9:8-8: |  | ||||||
|   | 2022-01-01 p |   | 2022-01-01 p | ||||||
| 9 |     (a:c)               1 | 9 |     (a:c)               1 | ||||||
|   |        ^ |   |        ^ | ||||||
| account leaf name "c" is not unique | account leaf name "c" is not unique | ||||||
| it is used in account names: "a:c", "b:c" | it is used in account names: "a:c", "b:c" | ||||||
|  | / | ||||||
| >>>= 1 | >>>= 1 | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user