We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1671daf commit 6f143fdCopy full SHA for 6f143fd
search_test.go
@@ -8,7 +8,7 @@ import (
8
// test single argument requests to unicodeSearch function for glyph --> Unicode code point search
9
func TestGlyphSearchCodePointsSingle(t *testing.T) {
10
cases := []struct {
11
- unihex string
+ unihex string
12
expected string
13
}{
14
{"006A", "U+006A 'j'"}, // ASCII
0 commit comments