1
0
textfmt/print_test.go

11 lines
167 B
Go
Raw Permalink Normal View History

2025-10-10 15:47:36 +02:00
package textfmt_test
import (
"code.squareroundforest.org/arpio/notation"
"testing"
)
func logBytes(t *testing.T, s string) {
t.Log(notation.Sprint([]byte(s)))
}