aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJonas Maier <jonas@x77.dev>2026-05-09 11:35:48 +0200
committerJonas Maier <jonas@x77.dev>2026-05-09 11:35:48 +0200
commit396b8e0ccf03e164f26f235bef4dffa50070d215 (patch)
tree1c65f3d9e6d7c0817eb1e00f55b65470deba05f9 /tests
parentd80a9f03b3eec7c4d7d5eb32a88033bec87bdb53 (diff)
downloadpish-396b8e0ccf03e164f26f235bef4dffa50070d215.tar.gz
semicolon test
Diffstat (limited to 'tests')
-rw-r--r--tests/scripts.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/scripts.rs b/tests/scripts.rs
index 7a0a3e0..a53b00a 100644
--- a/tests/scripts.rs
+++ b/tests/scripts.rs
@@ -7,6 +7,11 @@ fn fun0() {
}
#[test]
+fn semicolon() {
+ common::test_case("semicolon", include_bytes!("../test-cases/semicolon/script.sh"), include_bytes!("../test-cases/semicolon/stdout.txt"));
+}
+
+#[test]
fn variables() {
common::test_case("variables", include_bytes!("../test-cases/variables/script.sh"), include_bytes!("../test-cases/variables/stdout.txt"));
}