2019-02-21 14:34:32 +00:00
|
|
|
general {
|
|
|
|
output_format = "none"
|
|
|
|
}
|
|
|
|
|
|
|
|
order += "read_file EXISTING"
|
2019-06-10 14:29:37 +00:00
|
|
|
order += "read_file TRUNCATED"
|
2019-02-21 14:34:32 +00:00
|
|
|
order += "read_file NONEXISTANT"
|
|
|
|
|
|
|
|
read_file EXISTING {
|
|
|
|
path = "testcases/025-file-contents/short.txt"
|
|
|
|
}
|
|
|
|
|
2019-06-10 14:29:37 +00:00
|
|
|
read_file TRUNCATED {
|
|
|
|
path = "testcases/025-file-contents/short.txt"
|
|
|
|
max_characters = 3
|
|
|
|
}
|
|
|
|
|
2019-02-21 14:34:32 +00:00
|
|
|
read_file NONEXISTANT {
|
|
|
|
path = "testcases/025-file-contents/nonexistant"
|
|
|
|
}
|