add M6-M9 specification tests (#3)

This commit is contained in:
정시원
2026-08-16 19:08:48 +09:00
committed by GitHub
parent 9986da6f12
commit f2e17d265f
97 changed files with 940 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# M7 fixtures
M7 adds optionals and error unions on top of the M6 ownership model.
`ok*.fe` must compile. `bad*.fe` must fail according to the first-line error marker.
The files are not wired into `TEST-DOS.BAT` until M7 work begins.
Coverage: `?T`, `.?`, `Some`/`None` pattern-only destructuring, `mem.replace` extraction, `orelse`, nominal error unions, `try`, block/short `catch`, error code zero rejection, and R4/R7 interactions with optional references/owners.