From 789bea635f6b566af6d2793fee484ce129c33caa Mon Sep 17 00:00:00 2001 From: Jonas Maier Date: Sun, 31 May 2026 19:36:01 +0200 Subject: comment parsing --- tests/scripts.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/scripts.rs b/tests/scripts.rs index 9503d8c..93034c4 100644 --- a/tests/scripts.rs +++ b/tests/scripts.rs @@ -6,6 +6,11 @@ fn case0() { common::test_case("case0", include_bytes!("../test-cases/case0/script.sh"), include_bytes!("../test-cases/case0/stdout.txt")); } +#[test] +fn comment() { + common::test_case("comment", include_bytes!("../test-cases/comment/script.sh"), include_bytes!("../test-cases/comment/stdout.txt")); +} + #[test] fn fun0() { common::test_case("fun0", include_bytes!("../test-cases/fun0/script.sh"), include_bytes!("../test-cases/fun0/stdout.txt")); -- cgit v1.2.3