mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
12 lines
143 B
Go
12 lines
143 B
Go
package kitty
|
|
|
|
import (
|
|
_ "embed"
|
|
"fmt"
|
|
)
|
|
|
|
var _ = fmt.Print
|
|
|
|
//go:embed kitty_tests/GraphemeBreakTest.json
|
|
var GraphemeBreakTestData []byte
|