TDA283-compiler-construction / project

Material for TDA283 / DIT300 Compiler Construction
11 stars 27 forks source link

Test for void abuse #30

Closed nsmaciej closed 2 years ago

nsmaciej commented 2 years ago

Add new test cases for some void-based statements and expressions that can easily slip though.

oskarabrahamsson commented 2 years ago

Thanks! Please post your PR against the next-year branch; we don't apply changes to the test suite when the course is running.

nsmaciej commented 2 years ago

Hi, could you create that branch? I don't think it's possible on GitHub right now to create PRs against branches that don't yet exist. Some info on this

oskarabrahamsson commented 2 years ago

Sorry about that, I was not aware that next-year had been killed off! I have created a new branch with that name. Let me know if you need something else to post a PR against that branch.