Files
sx/examples/ffi/expected/1217-ffi-09-extern-result-chain.stdout
agra 66bdc70bf1 test: group examples into per-category folders
Move examples/*.sx and their expected/ snapshots into per-category
subfolders (examples/<category>/...). Folder = leading filename token,
with ffi-objc/ffi-jni kept whole; filenames are unchanged. The corpus
runner and LSP sweep now discover each category's expected/ dir, while
issues/ stays flat. Example 1058's repo-root-relative companion import
is made file-relative. Path strings embedded in 164 snapshots were
regenerated (path-only changes). Test-layout docs in CLAUDE.md updated.
2026-06-21 14:41:34 +03:00

14 lines
311 B
Plaintext

peek after make = 100
bump(+5) = 105
bump(+3) = 108
peek after bumps = 108
ctr label = ctr-a
ctr peek = 50
ctr after bump = 57
list[0] peek = 0
list[1] peek = 10
list[2] peek = 20
list[0] after bump= 1
list[1] after bump= 11
list[2] after bump= 21