This continues the earlier patch that allowed resource names to be lists of strings so that edges can now allow the same. This also includes a new fancy test!
19 lines
752 B
Plaintext
19 lines
752 B
Plaintext
Edge: test[hey] -> test[amazing] # test[hey] -> test[amazing]
|
|
Edge: test[hey] -> test[cool] # test[hey] -> test[cool]
|
|
Edge: test[hey] -> test[hello] # test[hey] -> test[hello]
|
|
Edge: test[hey] -> test[world] # test[hey] -> test[world]
|
|
Edge: test[hey] -> test[wow] # test[hey] -> test[wow]
|
|
Edge: test[there] -> test[amazing] # test[there] -> test[amazing]
|
|
Edge: test[there] -> test[cool] # test[there] -> test[cool]
|
|
Edge: test[there] -> test[hello] # test[there] -> test[hello]
|
|
Edge: test[there] -> test[world] # test[there] -> test[world]
|
|
Edge: test[there] -> test[wow] # test[there] -> test[wow]
|
|
Vertex: test[amazing]
|
|
Vertex: test[cool]
|
|
Vertex: test[hello]
|
|
Vertex: test[hey]
|
|
Vertex: test[name]
|
|
Vertex: test[there]
|
|
Vertex: test[world]
|
|
Vertex: test[wow]
|