blob: cec938581a12ac37be2cb971422e5fe2ca19e7f5 (
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
|
include "_error"
# (include (@ 1 0-7) ‘/home/mattias/git/mds/test-files/mds-kbdc/process-includes/invalid/_error’
# (.inner
# (map (@ 1 0-0)
# (.sequence
# (nothing (@ 1 1-2))
# )
# (.result nil)
# )
# )
# )
# .../test-files/mds-kbdc/process-includes/invalid/_error:1:0–1: warning: alternated value statement is undefined unless the alternatives are identical
# [.]
# ^
# .../test-files/mds-kbdc/process-includes/invalid/include_error:1:0–7: note: included from here
# include "_error"
# ^^^^^^^
# .../test-files/mds-kbdc/process-includes/invalid/_error:1:0–1: warning: singleton alternation
# [.]
# ^
# .../test-files/mds-kbdc/process-includes/invalid/include_error:1:0–7: note: included from here
# include "_error"
# ^^^^^^^
# .../test-files/mds-kbdc/process-includes/invalid/_error:1:1–2: error: nothing in value statement
# [.]
# ^
# .../test-files/mds-kbdc/process-includes/invalid/include_error:1:0–7: note: included from here
# include "_error"
# ^^^^^^^
|