aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/validate-tree/invalid/misplaced_information
blob: 248a2122691a7cf9a0133892b76465b366374c8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
language ""
country ""
variant ""
assumption
  language ""
  country ""
  variant ""
end assumption

# (language (@ 1 0-8) ‘""’)
# (country (@ 2 0-7) ‘""’)
# (variant (@ 3 0-7) ‘""’)
# (assumption (@ 4 0-10)
#   (.inner
#     (language (@ 5 2-10) ‘""’)
#     (country (@ 6 2-9) ‘""’)
#     (variant (@ 7 2-9) ‘""’)
#   )
# )
# :1:0–8: error: information outside information clause
#  language ""
#  ^^^^^^^^
# :2:0–7: error: information outside information clause
#  country ""
#  ^^^^^^^
# :3:0–7: error: information outside information clause
#  variant ""
#  ^^^^^^^
# :5:2–10: error: information outside information clause
#    language ""
#    ^^^^^^^^
# :6:2–9: error: information outside information clause
#    country ""
#    ^^^^^^^
# :7:2–9: error: information outside information clause
#    variant ""
#    ^^^^^^^