Ross Patterson

Results 117 comments of Ross Patterson

FIx has been uploaded to https://groups.io/g/h390-vm/files/hrc120ds.vmarc

@awwright Can you please attach the source for your failing example? My quick attempt to replicate it looks just fine: ```python Diagram( Choice( 0, HorizontalChoice("A", "a"), HorizontalChoice("B", "b"), HorizontalChoice("C", "c"),...

> Append this to the bottom of `railroad.js`: Interesting ... that's exactly the test I created above, and it works - in Python. I'll check the Javascript version today or...

Solved it - there was one line of difference between the Python and Javascript versions, and it was where the extra vertical line was coming from.

> Not for Javascript, but I think I'll fix that, since there's one for Python (`test.py`), and it should work for Javascript with only trivial changes. Apparently my Javascript isn't...

I have fixed this bug in the CMS370 version of bREXX. I'm willing to tweak the fix as necessary to make it fit this version, if one of the contributors...