aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/invalid-name.sd
blob: 3c0dd6a6ff8a55a54c95b5c347e607edc2659088 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Dashes in names are not allowed
search invalid-name {

  document invalid-name {

      field title type string {

      }

  }

}