(t *testing.T)
| 282 | } |
| 283 | |
| 284 | func 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 | |
| 291 | func TestParseScalarList(t *testing.T) { |
| 292 | reset() |