summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/invalid-name.sd
blob: f26fcc723f47258441b78a531669b2f78d80bad3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Dashes in names are not allowed
search invalid-name {

  document invalid-name {

      field title type string {

      }

  }

}