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

Start of test macros and use + panic in images fix + for i := num { fix #229

Merged
merged 6 commits into from
Sep 15, 2024

Conversation

ldemailly
Copy link
Member

@ldemailly ldemailly commented Sep 14, 2024

And tests also adding Mandelbrot sample

grol

}
}
NoErr("PI should exist", PI, "3.141592")
IsErr("Can't change a constant", PI++, "attempt to change constant PI")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's pretty nice way of making a bunch of tests, thoughts @ccoVeille ?

It's msg, expression, regexp

@ldemailly ldemailly changed the title Start of test macros and use Start of test macros and use + panic in images fix Sep 15, 2024
@ldemailly ldemailly changed the title Start of test macros and use + panic in images fix Start of test macros and use + panic in images fix + for i := num { fix Sep 15, 2024
@ldemailly ldemailly merged commit 3398017 into main Sep 15, 2024
3 checks passed
@ldemailly ldemailly deleted the grol_tests2 branch September 15, 2024 02:53
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

Successfully merging this pull request may close these issues.

1 participant