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

allow characters for lte and gte in a few contexts #1099

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

Alex-Jordan
Copy link
Contributor

This is so a student can directly enter ≤ and ≥ in contexts where <= and >= are valid operators.

It affects a bit more than just the two files here, because at least one context (Inequality-SetBuilder) is built on top of contextInequalities.pl.

macros/parsers/parserLinearInequality.pl Outdated Show resolved Hide resolved
macros/parsers/parserLinearInequality.pl Outdated Show resolved Hide resolved
@Alex-Jordan
Copy link
Contributor Author

Yeah, sorry. I was manually copy-pasting from where I have this in my production server and messed that up. I'll fix it soon.

Copy link
Member

@drgrice1 drgrice1 left a comment

Choose a reason for hiding this comment

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

This looks fine. There are no big changes, and the alternatives should be good.

@drgrice1
Copy link
Member

I will merge this with two approvals.

@drgrice1 drgrice1 merged commit f13935a into openwebwork:develop Dec 19, 2024
3 checks passed
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.

4 participants