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

PhsycheTest >> testEvalSimpleSet is missing a paren #16

Open
cdavidshaffer opened this issue Jul 24, 2019 · 0 comments
Open

PhsycheTest >> testEvalSimpleSet is missing a paren #16

cdavidshaffer opened this issue Jul 24, 2019 · 0 comments

Comments

@cdavidshaffer
Copy link

Should be:

PhsycheTest >> testEvalSimpleSet
self assert: (ph parseAndEval: '(define x2 21)') equals: #undefined.
self assert: (ph parseAndEval: '(set x2 22)') equals: #undefined.
self assert: (ph parseAndEval: 'x2') equals: 22.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant