diff options
| author | Jonas Maier <jonas@x77.dev> | 2026-05-31 19:36:01 +0200 |
|---|---|---|
| committer | Jonas Maier <jonas@x77.dev> | 2026-05-31 19:36:01 +0200 |
| commit | 789bea635f6b566af6d2793fee484ce129c33caa (patch) | |
| tree | 585f323b909f90fade205f61bdbd36f9d8c16c40 /tests | |
| parent | 81759dd51eb1f6f9a7dc8af9b2b8126ff7dfab24 (diff) | |
| download | pish-789bea635f6b566af6d2793fee484ce129c33caa.tar.gz | |
comment parsing
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/scripts.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/scripts.rs b/tests/scripts.rs index 9503d8c..93034c4 100644 --- a/tests/scripts.rs +++ b/tests/scripts.rs @@ -7,6 +7,11 @@ fn case0() { } #[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")); } |
