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 e0450f7 commit a90c362Copy full SHA for a90c362
anyascii_test.go
@@ -4,6 +4,7 @@ import "testing"
4
5
func TestTransliterate(t *testing.T) {
6
check := func(s string, expected string) {
7
+ t.Helper()
8
actual := Transliterate(s)
9
if actual != expected {
10
t.Errorf("Expected <%s> got <%s>", expected, actual)
0 commit comments