diff options
Diffstat (limited to 'test-files/mds-kbdc/process-includes/invalid')
3 files changed, 44 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/process-includes/invalid/_error b/test-files/mds-kbdc/process-includes/invalid/_error new file mode 100644 index 0000000..aa42b42 --- /dev/null +++ b/test-files/mds-kbdc/process-includes/invalid/_error @@ -0,0 +1,2 @@ +[.] + diff --git a/test-files/mds-kbdc/process-includes/invalid/include_error b/test-files/mds-kbdc/process-includes/invalid/include_error new file mode 100644 index 0000000..cec9385 --- /dev/null +++ b/test-files/mds-kbdc/process-includes/invalid/include_error @@ -0,0 +1,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" +# ^^^^^^^ + diff --git a/test-files/mds-kbdc/process-includes/invalid/include_nonexisting b/test-files/mds-kbdc/process-includes/invalid/include_nonexisting new file mode 100644 index 0000000..9ff0f5c --- /dev/null +++ b/test-files/mds-kbdc/process-includes/invalid/include_nonexisting @@ -0,0 +1,11 @@ +include "this file does not exist" + +# (include (@ 1 0-7) ‘this file does not exist’ +# (.inner nil) +# ) +# this file does not exist: error: no such file or directory in ‘.../test-files/mds-kbdc/process-includes/invalid’ +# +# .../test-files/mds-kbdc/process-includes/invalid/include_nonexisting:1:0–7: note: included from here +# include "this file does not exist" +# ^^^^^^^ + |