Closed etimberg closed 6 years ago
What should this do? Error?
A C
| |
(Vertical)
| |
B D
Similar case
A
|
(Vertical)--C
|
B
I think both those cases are errors because a wire can only connect two nodes and both cases violate that
@AnjoMan thoughts?
I agree those are both error cases. (label)
is not a node
Adds support for labeling vertical lines. This was easier said than done. I think it might help overall if it was easier to look for a character at a given grid square (perhaps an accessor around the string?). That way this could all be done in one pass rather than 2 but I think that might be better in it's own PR.
From the test: