New issue 290: 2nd level account name may no longer start with digits
https://bitbucket.org/blais/beancount/issues/290/2nd-level-account-name-may-no-longer-start

Martin Michlmayr:

The changes accepted last night result in:

```
ValueError: Invalid account name: Assets:99Test
```

Whereas `Assets:Vouchers:99Ranch` is accepted. It seems 2nd level account names 
may no longer start with digits.  I assume this change was not intentional.

Test case:

```
2010-01-01 open Assets:99Test
2010-01-01 open Assets:Vouchers:99Ranch
2010-01-01 open Equity:Opening-Balance

2018-03-26 * "Commodity after amount"
  Assets:99Test                 1 EUR
  Equity:Opening-Balance

2018-03-26 * "Commodity after amount"
  Assets:Vouchers:99Ranch       1 EUR
  Equity:Opening-Balance
```


-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/20180504075212.3270.89642%40celery-worker-110.ash1.bb-inf.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to