case
Evaluate the first clause
Given a file named “main.scm” with:
When I successfully run scheme main.scm
Then the stdout should contain exactly “A”.
Evaluate the second clause
Given a file named “main.scm” with:
When I successfully run scheme main.scm
Then the stdout should contain exactly “B”.
Evaluate an else
clause
Given a file named “main.scm” with:
When I successfully run scheme main.scm
Then the stdout should contain exactly “C”.