aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/badparse.sd
blob: 4a226c430a01ed30f973aa34c1e213d2693701f7 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search foo {
  document foo {
    something invalid here {
    }
  }
}