mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
More work on porting hints
This commit is contained in:
13
tools/cmd/hints/marks_test.go
Normal file
13
tools/cmd/hints/marks_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// License: GPLv3 Copyright: 2023, Kovid Goyal, <kovid at kovidgoyal.net>
|
||||
|
||||
package hints
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
var _ = fmt.Print
|
||||
|
||||
func TestHintMarking(t *testing.T) {
|
||||
}
|
||||
Reference in New Issue
Block a user