We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there some system to the test names/URLs?
Eg https://github.com/yaml/yaml-test-suite/blob/main/src/7A4E.yaml is "Example 7.6" from the spec. But I cannot easily find "Example 7.6" in this repo, because github doesn't seem to have phrase search:
(Ok, I know, I should checkout and search with grep. But the original question stays)
The text was updated successfully, but these errors were encountered:
I see a sort of two "inverse indexes":
Sorry, something went wrong.
You should also be able to find all tests with titles here:
All tests taken from the spec examples are named as such.
The test ids are randomly generated with https://github.com/yaml/yaml-test-suite/blob/main/bin/new-test-id
No branches or pull requests
Is there some system to the test names/URLs?
Eg https://github.com/yaml/yaml-test-suite/blob/main/src/7A4E.yaml is "Example 7.6" from the spec.
But I cannot easily find "Example 7.6" in this repo, because github doesn't seem to have phrase search:
(Ok, I know, I should checkout and search with grep. But the original question stays)
The text was updated successfully, but these errors were encountered: