Failing test script for nested alts
This commit is contained in:
4
examples/nested-alt/main.hank
Normal file
4
examples/nested-alt/main.hank
Normal file
@@ -0,0 +1,4 @@
|
||||
- (start)
|
||||
// Taken from WritingWithInk.md
|
||||
The Ratbear {&{wastes no time and |}swipes|scratches} {&at you|into your {&leg|arm|cheek}}.
|
||||
-> start
|
||||
12
examples/nested-alt/partialtest1.hlog
Normal file
12
examples/nested-alt/partialtest1.hlog
Normal file
@@ -0,0 +1,12 @@
|
||||
The Ratbear wastes no time and swipes at you.
|
||||
The Ratbear scratches into your leg.
|
||||
The Ratbear wastes no time and swipes at you.
|
||||
The Ratbear scratches into your arm.
|
||||
The Ratbear wastes no time and swipes at you.
|
||||
The Ratbear scratches into your cheek.
|
||||
The Ratbear wastes no time and swipes at you.
|
||||
The Ratbear scratches into your leg.
|
||||
The Ratbear wastes no time and swipes at you.
|
||||
The Ratbear scratches into your arm.
|
||||
The Ratbear wastes no time and swipes at you.
|
||||
The Ratbear scratches into your cheek.
|
||||
Reference in New Issue
Block a user