string_test.go 180 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
package impls

import (
	"testing"

	"github.com/ipld/go-ipld-prime/_rsrch/nodesolution/impls/tests"
)

func TestString(t *testing.T) {
	tests.SpecTestString(t, Style__String{})
}