Sign in
cos
/
third_party
/
runc
/
refs/heads/release-R129
/
.
/
libcontainer
/
nsenter
/
test
/
escape_test.go
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)
}