diff options
Diffstat (limited to 'tests/scripts.rs')
| -rw-r--r-- | tests/scripts.rs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/scripts.rs b/tests/scripts.rs index 945a506..2a7a6f8 100644 --- a/tests/scripts.rs +++ b/tests/scripts.rs @@ -12,8 +12,13 @@ fn case1() { } #[test] -fn case2_lookahead() { - common::test_case("case2_lookahead", include_bytes!("../test-cases/case2_lookahead/script.sh"), include_bytes!("../test-cases/case2_lookahead/stdout.txt")); +fn case2_positive_lookahead() { + common::test_case("case2_positive_lookahead", include_bytes!("../test-cases/case2_positive_lookahead/script.sh"), include_bytes!("../test-cases/case2_positive_lookahead/stdout.txt")); +} + +#[test] +fn case3_negative_lookahead() { + common::test_case("case3_negative_lookahead", include_bytes!("../test-cases/case3_negative_lookahead/script.sh"), include_bytes!("../test-cases/case3_negative_lookahead/stdout.txt")); } #[test] |
