mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
14 lines
163 B
Go
14 lines
163 B
Go
//go:build testing
|
|
|
|
package kitty
|
|
|
|
import (
|
|
_ "embed"
|
|
"fmt"
|
|
)
|
|
|
|
var _ = fmt.Print
|
|
|
|
//go:embed kitty_tests/GraphemeBreakTest.json
|
|
var GraphemeBreakTestData []byte
|