recital / exporters / ink / test / expected / fallthrough-choice.ink
fallthrough-choice.ink
Raw
-> _recital_id_0000
=== _recital_id_0000 ===
Testing fallthrough choices.
-> loop_point

= loop_point
* [First choice]
	This should be internal content
	 -> loop_point

* [Second Choice]
	More content.
	 -> loop_point

* [Third Choice]
	Final content.
	 -> loop_point

* ->
	 
- 

This should be out of the loop.
* [So this choice should come later]
- And not be a part of that loop.

->END