-
Notifications
You must be signed in to change notification settings - Fork 28
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
Change format of generated test files to be comparable #333
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is works great, and the changes are very simple and straightforward.
@@ -6,18 +6,81 @@ | |||
<link rel="help" href="https://w3c.github.io/aria/#checkbox"> | |||
<link rel="help" href="https://w3c.github.io/aria/#aria-checked"> | |||
|
|||
<script src="scripts.js"></script> | |||
<script> | |||
var scripts = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a bit strange, it might be nice to not include it if it's not necessary. but because they are generate files I suppose it doesn't matter, and this is not blocking.
@rmeritz or @spectranaut, as a test developer, is there anything I have to do to comply with these changes for PRs that haven't yet been merged? E.g. #330. |
@jscholes - Nope these changes don't affect anything about the test writing. Once this PR is merged when you regenerate the generated files will have a different format but you don't need to worry about it at all. Thanks for checking though. |
They are needed to generate the reivew pages.
I think it once running once for all PRs and once for all PR targets (which is to support forks). And then the two commits were collbering each other.
Preview Tests
See the annotated file in this issue for more infomation about the reason for this change: #305