@@ -159,20 +159,20 @@ Click error names to see an example. The table headings mean:
159159
160160
161161<!-- GENERATED: -->
162- hledger 1.40 .99-gd6e34d8cd-20241102 error messages:
162+ hledger 1.50 .99-g9031612c3-20251117 error messages:
163163
164164### accounts
165165```
166166hledger: Error: /Users/simon/src/hledger/hledger/test/errors/./accounts.j:4:
167167 | 2022-01-01
168- 4 | (a ) 1
168+ 4 | (ß ) 1
169169 | ^
170170
171171Strict account checking is enabled, and
172- account "a " has not been declared.
172+ account "ß " has not been declared.
173173Consider adding an account directive. Examples:
174174
175- account a
175+ account ß
176176```
177177
178178
@@ -201,7 +201,6 @@ hledger: Error: /Users/simon/src/hledger/hledger/test/errors/./autobalanced.j:3-
201201
202202This transaction is unbalanced.
203203The real postings' sum should be 0 but is: 1
204- Consider adjusting this entry's amounts, or adding missing postings.
205204```
206205
207206
@@ -340,31 +339,33 @@ Consider changing these account names so their last parts are different.
340339
341340### tcclockouttime
342341```
343- hledger: Error: /Users/simon/src/hledger/hledger/test/errors/./tcclockouttime.timeclock:5:1:
344- | i 2022-01-01 00:01:00
342+ hledger: Error: /Users/simon/src/hledger/hledger/test/errors/./tcclockouttime.timeclock:4:1:
343+ 4 | i 2022-01-01 00:01:00 a
344+ /Users/simon/src/hledger/hledger/test/errors/./tcclockouttime.timeclock:5:1:
3453455 | o 2022-01-01 00:00:00
346- | ^^^^^^^^^^^^^^^^^^^
347-
348- This clockout time (2022-01-01 00:00:00) is earlier than the previous clockin.
349- Please adjust it to be later than 2022-01-01 00:01:00.
346+ :
347+ This clockout is earlier than the clockin.
350348```
351349
352350
353351### tcorderedactions
354352```
355353hledger: Error: /Users/simon/src/hledger/hledger/test/errors/./tcorderedactions.timeclock:8:1:
356- 8 | i 2022-01-01 00:01:00
357- | ^
354+ 8 | i 2022-01-01 00:01:00 a
355+
356+ overlaps with session beginning at:
358357
359- Expected a timeclock o entry but got i.
360- Please alternate i and o, beginning with i.
358+ /Users/simon/src/hledger/hledger/test/errors/./tcorderedactions.timeclock:7:1:
359+ 7 | i 2022-01-01 00:00:00 a
360+
361+ Overlapping sessions with the same account name are not supported.
361362```
362363
363364
364365### csvamountonenonzero
365366```
366367hledger: Error: in CSV rules:
367- While processing CSV record: " 2022-01-03","1","2"
368+ While processing record: 2022-01-03,1,2
368369while calculating amount for posting 1
369370rule "amount-in %2" assigned value "1"
370371rule "amount-out %3" assigned value "2"
@@ -378,8 +379,8 @@ See also: https://hledger.org/hledger.html#setting-amounts
378379
379380### csvamountparse
380381```
381- hledger: Error: error: could not parse "badamount" as an amount
382- CSV record: " 2022-01-03"," badamount"
382+ hledger: Error: could not parse "badamount" as an amount
383+ record: 2022-01-03, badamount
383384the amount rule is: %2
384385the date rule is: %1
385386
@@ -396,8 +397,8 @@ you may need to change your amount*, balance*, or currency* rules, or add or cha
396397
397398### csvbalanceparse
398399```
399- hledger: Error: error: could not parse "badbalance" as balance1 amount
400- CSV record: " 2022-01-03"," badbalance"
400+ hledger: Error: could not parse "badbalance" as balance1 amount
401+ record: 2022-01-03, badbalance
401402the balance rule is: %2
402403the date rule is: %1
403404
@@ -413,16 +414,16 @@ expecting '+', '-', or number
413414### csvbalancetypeparse
414415```
415416hledger: Error: balance-type "badtype" is invalid. Use =, ==, =* or ==*.
416- CSV record: " 2022-01-01","1"
417+ record: 2022-01-01,1
417418the balance rule is: %2
418419the date rule is: %1
419420```
420421
421422
422423### csvdateformat
423424```
424- hledger: Error: error: could not parse "a" as a date using date format "YYYY/M/D", "YYYY-M-D" or "YYYY.M.D"
425- CSV record: "a","b"
425+ hledger: Error: could not parse "a" as a date using date format "YYYY/M/D", "YYYY-M-D" or "YYYY.M.D"
426+ record: a,b
426427the date rule is: %1
427428the date-format is: unspecified
428429you may need to change your date rule, add a date-format rule, or change your skip rule
@@ -432,8 +433,8 @@ for m/d/y or d/m/y dates, use date-format %-m/%-d/%Y or date-format %-d/%-m/%Y
432433
433434### csvdateparse
434435```
435- hledger: Error: error: could not parse "baddate" as a date using date format "%Y-%m-%d"
436- CSV record: " baddate","b"
436+ hledger: Error: could not parse "baddate" as a date using date format "%Y-%m-%d"
437+ record: baddate,b
437438the date rule is: %1
438439the date-format is: %Y-%m-%d
439440you may need to change your date rule, change your date-format rule, or change your skip rule
@@ -498,19 +499,24 @@ line of conditional table should have 2 values, but this one has only 1
498499
499500### csvnoinclude
500501```
501- hledger: Error: sorry, CSV files can't be included yet
502+ hledger: Error: in file included from /Users/simon/src/hledger/hledger/test/errors/./csvnoinclude.j,
503+ /Users/simon/src/hledger/hledger/test/errors/csvnoinclude.csv:1:1:
504+ |
505+ 1 | <empty line>
506+ | ^
507+ sorry, CSV files can't be included yet
502508```
503509
504510
505511### csvskipvalue
506512```
507- hledger: Error: could not parse skip value: " badval"
513+ hledger: Error: could not parse skip value: badval
508514```
509515
510516
511517### csvstatusparse
512518```
513- hledger: Error: error: could not parse "badstatus" as a cleared status (should be *, ! or empty)
519+ hledger: Error: could not parse status value "badstatus" (should be *, ! or empty)
514520the parse error is: 1:1:
515521 |
5165221 | badstatus
0 commit comments