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

🛠 Tooling: Import tests from Crafting Interpreters repo #31

Open
3 tasks done
danvk opened this issue Jan 27, 2024 · 0 comments
Open
3 tasks done

🛠 Tooling: Import tests from Crafting Interpreters repo #31

danvk opened this issue Jan 27, 2024 · 0 comments
Labels
area: tooling Managing the repository's maintenance 🛠️

Comments

@danvk
Copy link
Owner

danvk commented Jan 27, 2024

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Overview

I should run the official tests against this repo.

Additional Info

His syntax is a little different:

var baz = Baz();
baz.inFoo(); // expect: in foo
baz.inBar(); // expect: in bar
baz.inBaz(); // expect: in baz
@danvk danvk added the area: tooling Managing the repository's maintenance 🛠️ label Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tooling Managing the repository's maintenance 🛠️
Projects
None yet
Development

No branches or pull requests

1 participant