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