lib/test: Go external-test packages (<mod>_test); retire decimaltest (#16 PREP-a)
30 lib test files: package <mod> -> <mod>_test, the sanctioned Go-over-Hare departure (CLAUDE.md rule-9 carve-out; white-box testing deferred, not forbidden). decimaltest retired per .ai/rob-16-decimaltest-ruling.md: Hare ships no decimal_test.ha (engine covered transitively); coverage migrated losslessly into stoftest rows (all-9s carry, nd>19 pure-decimal) + ftostest f64_roundtrip mirroring ref/hare strconv ftos_test.ha tcsf64; k=0 micro-gap documented at site. regex_test keeps its white-box internal probes under a documented rule-7 divergence (rehome = task #9). 922_decimal_run + its 989 byte-id row removed with the fixture.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
// not `regex.inst_charset { … }`): the parser rejects a module-qualified
|
||||
// name in struct-literal position (#29), and the imported type
|
||||
// is in scope unqualified.
|
||||
package regex;
|
||||
package regex_test;
|
||||
|
||||
import regex;
|
||||
import io;
|
||||
@@ -167,6 +167,8 @@ fn fail() void = { os.exit(signalled + 10); };
|
||||
regex.finish(&re);
|
||||
};
|
||||
|
||||
// rule-7 divergence: white-box probes of regex internals; mislabeled _test pending task #9 (in-pkg test harness via #5/-T dir-enum, #8 boundary).
|
||||
|
||||
// compile("abc") emits the 5-inst literal program: the leading
|
||||
// unanchored inst_skip (regex.ha:261-263), one inst_lit per rune, the
|
||||
// epilogue inst_match(false) (ha:475-477). compile()'s
|
||||
|
||||
Reference in New Issue
Block a user