a73x

4ef7ebfb

Add initial VT test scripts for render testing

a73x   2026-04-17 15:53

Commit message
Add initial VT test scripts for render testing

basic_ascii, bold_colors, box_drawing — each clears the screen,
emits feature-specific content, and returns the cursor home. Used
by test-render to drive deterministic capture frames.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

tests/golden/scripts/basic_ascii.vt
Old New
@@ -0,0 +1,2 @@
1  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
2 
\ No newline at end of file 2 \ No newline at end of file
tests/golden/scripts/bold_colors.vt
Old New
@@ -0,0 +1,9 @@
1 normal
2 bold
3 dim
4 italic
5 underline
6 reverse
7 fg30 fg31 fg32 fg33 fg34 fg35 fg36 fg37 
8 bg40 bg41 bg42 bg43 bg44 bg45 bg46 bg47 
9 
\ No newline at end of file 9 \ No newline at end of file
tests/golden/scripts/box_drawing.vt
Old New
@@ -0,0 +1,7 @@
1 ┌──────────┐
2 │ │
3 │ │
4 │ │
5 └──────────┘
6 ░▒▓█ block chars
7 
\ No newline at end of file 7 \ No newline at end of file