Making alternate tests a bit edgier

This commit is contained in:
2019-01-11 12:57:43 -05:00
parent 088c22d715
commit 65c2e6d46b

View File

@@ -1,4 +1,4 @@
- (sequence_example) {once: one|two} {sequence: ||three|four|-> cycle_example}
- (sequence_example) {once: one|two} {sequence: | |three|four|-> cycle_example}
-> sequence_example
- (cycle_example) {cycle: one|two|three|four}
- (cycle_example) {cycle: one|two |three|four}
-> cycle_example