Start work on width testing kitten

This commit is contained in:
Kovid Goyal
2025-04-10 20:28:43 +05:30
parent 5798d29609
commit cf6bb29ef7
3 changed files with 27 additions and 2 deletions

11
embeds.go Normal file
View File

@@ -0,0 +1,11 @@
package kitty
import (
_ "embed"
"fmt"
)
var _ = fmt.Print
//go:embed kitty_tests/GraphemeBreakTest.json
var GraphemeBreakTestData []byte