blob: 3841cd09793e71e1fc5e6ed9068addcd39d4de0a [file] [edit]
package escapetest
import "testing"
// The actual test function is in escape.go
// so that it can use cgo (import "C").
// This wrapper is here for gotest to find.
func TestEscapeJSON(t *testing.T) {
testEscapeJSON(t)
}