According to https://github.com/ReactiveX/rxjs/blob/master/doc/writing-marble-tests.md
'--(abc)-|': on frame 20, emit a, b, and c, then on frame 80 complete
So how do I represent "on frame 20, emit a, b, and c, then on frame 40 complete.
Ie how can I stop the sync group itself taking up frames?