aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/make-tree/valid/information-filled
blob: 69ce6dd032979640c2f851df07c67dd8c831a6c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
information
  language "Language"       # test that the quotes ends where it should
  country "Country"
  variant "Variant"
end information

# (information (@ 1 0-11)
#   (.inner
#     (language (@ 2 2-10) ‘"Language"’)
#     (country (@ 3 2-9) ‘"Country"’)
#     (variant (@ 4 2-9) ‘"Variant"’)
#   )
# )