aboutsummaryrefslogtreecommitdiff
path: root/examples/test-examples.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test-examples.toml')
-rw-r--r--examples/test-examples.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/test-examples.toml b/examples/test-examples.toml
index 6f45048..8d2cf0d 100644
--- a/examples/test-examples.toml
+++ b/examples/test-examples.toml
@@ -1,3 +1,13 @@
+[[test.example-lazy-resources]]
+command = "none"
+expect.exit-code = 0
+expect.result = "None"
+
+[[test.example-lazy-resources]]
+command = "show"
+expect.exit-code = 0
+expect.result = "Initialized\nbaz: qux\nfoo: bar\nhello: world\nkey: value\nrust: lang"
+
[[test.example-basic]]
command = "greet"
expect.exit-code = 0