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.
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
i64.min=-9223372036854775808
|
|
i64.max=9223372036854775807
|
|
u64.max=18446744073709551615
|
|
i8.min=-128 i8.max=127
|
|
i16.min=-32768 i16.max=32767
|
|
i32.min=-2147483648 i32.max=2147483647
|
|
u8.max=255 u16.max=65535
|
|
u32.max=4294967295
|
|
u8.min=0 u64.min=0 zero=0
|
|
neg=-42 pos=4000000000
|