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

test output order #2917

Closed
ScottFreeCode opened this issue Jul 9, 2017 · 1 comment
Closed

test output order #2917

ScottFreeCode opened this issue Jul 9, 2017 · 1 comment

Comments

@ScottFreeCode
Copy link
Contributor

In #2846 it came up that some of our integration and reporter tests check multiple lines of output using a set of RegExp tests via forEach that ensures each line is present but does not ensure they are in the right order. We should find all instances of this pattern and correct it to ensure the right order somehow. (They should remain insensitive to the style of line ending used by the OS's shell/whatever...) (#2846 may need to be updated to the new style if this issue is resolved before we can merge #2846 into a semver-major release, or if this is not resolved against a semver-major branch to which #2846 is merged while awaiting such a release.)

@juergba
Copy link
Member

juergba commented Apr 10, 2020

outdated

@juergba juergba closed this as completed Apr 10, 2020
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

No branches or pull requests

2 participants