giles
d6ae303db3
HS test generator: convert pick, evalStatically, run+evaluate patterns
New generator patterns:
- run() with {locals: {x: val}} + evaluate(window.X) + expect().toEqual()
→ (let ((x val)) (eval-hs "expr") (assert= it expected))
- evaluate(() => _hyperscript.parse("X").evalStatically()).toBe(val)
→ (assert= (eval-hs "X") val)
- toContain/toHaveLength assertions
Converts 12 tests from NOT IMPLEMENTED stubs (43→31 remaining):
- pick: 7/7 now pass (was 0/7 stubs)
- evalStatically: 5/8 now pass (was 0/8 stubs)
449/831 (54%), +12 from generator improvements.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 07:12:24 +00:00
..
2026-04-09 19:29:56 +00:00
2026-04-09 19:29:56 +00:00
2026-04-09 19:29:56 +00:00
2026-04-04 18:48:51 +00:00
2026-04-02 18:54:05 +00:00
2026-04-09 19:29:56 +00:00
2026-04-12 08:41:38 +00:00
2026-04-15 07:12:24 +00:00
2026-03-30 20:48:43 +00:00
2026-04-02 18:58:38 +00:00
2026-04-09 19:29:56 +00:00
2026-04-02 15:36:24 +00:00
2026-04-13 09:17:43 +00:00
2026-04-12 12:38:05 +00:00
2026-04-09 19:29:56 +00:00
2026-04-09 19:29:56 +00:00
2026-04-09 19:29:56 +00:00
2026-04-10 14:29:53 +00:00
2026-04-02 18:58:38 +00:00
2026-03-29 07:11:56 +00:00
2026-04-02 18:58:38 +00:00
2026-04-02 11:31:57 +00:00
2026-04-02 18:58:38 +00:00
2026-04-12 08:41:38 +00:00
2026-03-30 00:00:46 +00:00
2026-04-09 19:29:56 +00:00
2026-03-30 20:48:43 +00:00
2026-04-10 09:25:43 +00:00
2026-04-09 22:20:13 +00:00
2026-04-09 19:29:56 +00:00
2026-04-02 18:58:38 +00:00
2026-04-02 00:10:45 +00:00
2026-04-02 15:18:16 +00:00
2026-04-12 08:41:38 +00:00
2026-04-09 19:29:56 +00:00
2026-04-09 19:29:56 +00:00