RamonMeffert / elm-gossip

A user-friendly web tool for exploring dynamic gossip.
https://r3n.nl/elm-gossip/
GNU General Public License v3.0
3 stars 0 forks source link

Input validation is too strict #55

Open RamonMeffert opened 3 years ago

RamonMeffert commented 3 years ago

Gossip graph input: A⎵B⎵C is accepted as an input, but A⎵⎵B⎵C and A⎵B⎵C⎵ are not. This should not be as strict. A similar problem might exist with the Call Sequence input.