aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/reserved_words_as_field_names.sd
blob: 17d893d2c2410342d66a6466ca43331b95b608c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search test {

  document test {

      field inline type string {

      }

      field constants type string {

      }

      field reference type string {

      }

  }

}