renatahodovan / grammarinator

ANTLR v4 grammar-based test generator
Other
340 stars 61 forks source link

Fix tree printing of alternations in the processor #193

Closed renatahodovan closed 9 months ago

renatahodovan commented 9 months ago

Alternation condition values can be stored as a list or as an identifier referring to an entry of the graphs appropriate container. However, the str method of AlternationNode handled this incorrectly. This is fixed now.

coveralls commented 9 months ago

Coverage Status

coverage: 88.252%. remained the same when pulling 5de945330ba42465154c0aad21ce844e21cd2206 on print-fix into b191d64f77dff3df9b74fd3dc9c3ebd065822eef on master.