diff --git a/examples/nested-alt/main.hank b/examples/nested-alt/main.hank new file mode 100644 index 0000000..3319906 --- /dev/null +++ b/examples/nested-alt/main.hank @@ -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 \ No newline at end of file diff --git a/examples/nested-alt/partialtest1.hlog b/examples/nested-alt/partialtest1.hlog new file mode 100644 index 0000000..a86e508 --- /dev/null +++ b/examples/nested-alt/partialtest1.hlog @@ -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. \ No newline at end of file