MCPcopy
hub / github.com/dgraph-io/dgraph / TestParse9_Error

Function TestParse9_Error

schema/parse_test.go:284–289  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

282}
283
284func TestParse9_Error(t *testing.T) {
285 reset()
286 result, err := Parse("age:uid @noconflict .")
287 require.NotNil(t, result)
288 require.NoError(t, err)
289}
290
291func TestParseScalarList(t *testing.T) {
292 reset()

Callers

nothing calls this directly

Calls 2

resetFunction · 0.85
ParseFunction · 0.70

Tested by

no test coverage detected