issues
search
miker2
/
flexi_config_reader
A flexible configuration format that supports templated tables and referencing of existing keys.
MIT License
3
stars
1
forks
source link
Add unit test for chains of expressions
#58
Open
miker2
opened
2 years ago
miker2
commented
2 years ago
Create the following unit tests:
chain of >=3 expressions (e.g. each expression must include a reference to another variable that is also an expression)
chain of expressions with circular references (e.g. 3 or more expressions that reference another expression, where the tail references the head).
Create the following unit tests: