diff options
Diffstat (limited to 'examples/test-examples.toml')
| -rw-r--r-- | examples/test-examples.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/test-examples.toml b/examples/test-examples.toml index 038221d..9c25781 100644 --- a/examples/test-examples.toml +++ b/examples/test-examples.toml @@ -8,6 +8,11 @@ command = "parse hello" expect.exit-code = 0 expect.result = "Parse error: invalid digit found in string" +[[test.example-outside-type]] +command = "error" +expect.exit-code = 0 +expect.result = "IO_ERROR: Error" + [[test.example-lazy-resources]] command = "none" expect.exit-code = 0 |
