when
Evaluate a clause
Given a file named “main.scm” with:
When I successfully run scheme main.scm
Then the stdout should contain exactly “A”.
Do not evaluate a clause
Given a file named “main.scm” with:
When I successfully run scheme main.scm
Then the stdout should contain exactly "".