fix: content behavior bugs

This commit is contained in:
Brett Broadhurst 2026-03-29 06:21:53 -06:00
parent 2260ccda25
commit 11d99fba38
Failed to generate hash of commit
59 changed files with 243 additions and 31 deletions

5
src/Story/testdata/I012/story.ink vendored Normal file
View file

@ -0,0 +1,5 @@
VAR x = 0
{true:
- ~ x = 5
}
{x}