Actions
Bug #4627
closedSingle node topologies without a new line at the end cause infinite loop when run
Start date:
06/01/2018
Due date:
% Done:
100%
Estimated time:
Description
The current parser will fail to break and enter an infinite loop when given a topology of the form:
[nodes]
a:
[links]
if an empty new line is omitted from the end. This is entirely unintended behavior and needs to be correct.
Actions