Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .worktrees/feat-storage-management
Submodule feat-storage-management added at cee58c
12 changes: 12 additions & 0 deletions dev/story.twee
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ A wooden door stands to the north. Through a crack beneath it, you see flickerin

[[Code passages->Code Passages Test]] | [[Watch triggers->Watch Tests]] | [[Dialog API->Dialog API Tests]] | [[SVG test->SVG Interop]]

[[Consecutive set->Consecutive Set Test]]

[[Nested HTML include->Nested HTML Include Test]] | [[Button HTML test->Button HTML Test]]

:: Hallway
Expand Down Expand Up @@ -1259,6 +1261,16 @@ This is a programmatic dialog. It was opened via Story.openDialog().
:: Dialog API Second
This is the second queued dialog.

:: Consecutive Set Test
{include "Consecutive Set Sub"}

[[Start]]

:: Consecutive Set Sub [nobr]
{set _x = [3, 1, 2]}
{set _y = _x.slice().sort()}
Result: {_y}

:: Button HTML Test
**Button with HTML block element inside:**

Expand Down
Loading
Loading