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

Fix MS level filter #605

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix MS level filter #605

wants to merge 1 commit into from

Conversation

chambm
Copy link
Contributor

@chambm chambm commented Jun 15, 2021

The option parser has a bug if there's a space in the MS level range, so [2, 3] is interpreted as only MS level 3, but [2,3] is levels 2 and 3. This is technically a bug in msconvert but it's easier to fix here.

The option parser has a bug if there's a space in the MS level range, so `[2, 3]` is interpreted as only MS level 3, but `[2,3]` is levels 2 and 3. This is technically a bug in msconvert but it's easier to fix here.
@chambm
Copy link
Contributor Author

chambm commented Jun 15, 2021

Being able to update test files with CI would be a big time saver.

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