Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Jul 13, 2024
1 parent f274580 commit bd54af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/exception.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Feature: Exception
Then the stderr should contain "Oh, no!"
And the exit status should not be 0

Scenario: Raise an error with an unknown value
Scenario: Raise an error with a value
Given a file named "main.scm" with:
"""scheme
(import (scheme base))
Expand All @@ -21,7 +21,7 @@ Feature: Exception
Then the stderr should contain "Oh, no!"
And the exit status should not be 0

Scenario: Raise an error with a value
Scenario: Raise an error with a pretty-printed value
Given a file named "main.scm" with:
"""scheme
(import (scheme base) (scheme write))
Expand Down

0 comments on commit bd54af8

Please sign in to comment.