Files
pbakaus_impeccable/tests/oracle/workspaces/detect-config/src/inline.html
T
Paul Bakaus 57c1fccf73 Add oracle harness: verb goldens and function-level vectors
Records stdout/stderr/exit/files for every impeccable verb over a fixed
corpus and replays them against an alternate implementation. Adds a loader
hook that captures per-function call vectors from the pure engine modules.

Prepared with AI assistance (Claude Code).
2026-08-31 19:56:22 -07:00

10 lines
356 B
HTML

<!doctype html>
<html><head>
<!-- impeccable-disable low-contrast -- exported brand doc -->
<style>
.faint { color: #ff00aa; }
.brand { font-family: Verdana } /* impeccable-disable-line design-system-font */
.also { font-family: Verdana }
</style></head>
<body><p class="faint">faint text</p><p class="brand">x</p><p class="also">y</p></body></html>