alesgaroth / juv

flow programming environment
1 stars 0 forks source link

Text entry to make connections #1

Open alesgaroth opened 3 weeks ago

alesgaroth commented 3 weeks ago

Scenario Outline: can create an algorithm Given an \<initial> algorithm When I give the following \<commands> Then I get the named \<algorithm> Examples: | initial | commands | algorithm | | empty | CreateNode foo| oneNode | | oneNode | CreateNode bar\nConnect foo 0 bar 0 | twoConnectedNodes |