Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test command line #1316

Merged
merged 17 commits into from
Jul 8, 2024
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
raviqqe committed Jul 8, 2024
commit 33c2d2b64c942eb7256e6a102736e28fbdb0aebb
4 changes: 2 additions & 2 deletions features/process-context/command-line.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Feature: Command line

(map write-string (command-line))
"""
When I successfully run `scheme main.scm`
Then the stdout should contain exactly ""
When I successfully run `scheme main.scm hello`
Then the stdout should contain "hello"
Loading