From 396b8e0ccf03e164f26f235bef4dffa50070d215 Mon Sep 17 00:00:00 2001 From: Jonas Maier Date: Sat, 9 May 2026 11:35:48 +0200 Subject: semicolon test --- tests/scripts.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/scripts.rs') diff --git a/tests/scripts.rs b/tests/scripts.rs index 7a0a3e0..a53b00a 100644 --- a/tests/scripts.rs +++ b/tests/scripts.rs @@ -6,6 +6,11 @@ fn fun0() { common::test_case("fun0", include_bytes!("../test-cases/fun0/script.sh"), include_bytes!("../test-cases/fun0/stdout.txt")); } +#[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")); -- cgit v1.2.3