beancount icon indicating copy to clipboard operation
beancount copied to clipboard

Reuse lexer and parser tests from beancount

Open mbudde opened this issue 6 years ago • 1 comments

Reuse the test examples from lexer_text.py and grammar_test.py in the beancount source code to test that our parser accepts and rejects the same inputs as the official beancount parser.

mbudde avatar Feb 21 '19 15:02 mbudde

Warning: Beancount is GPL licensed. Reusing the tests might mean that this project cannot be MIT / Apache2 licensed.

vHanda avatar Mar 16 '23 10:03 vHanda