-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Testing approach concept #1104
Testing approach concept #1104
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.
I like the idea of having tests sorted by spec. That will make keeping up with spec changes very easy.
Tagging @intcreator |
I'm starting to reconsider the idea of fixing. Would like to try and get a message out to users of what the strategy is before we actually start making more changes to the code itself. |
I like the idea of tests being per-spec. I also agree that we should prioritize spec compliance before individual user requests. |
+1. Spec compliance should be a higher priority. |
All right. Preparing a game to try and recruit some help on that project while possibly getting some more feedback on market viability and demand. Let's leave this one open for a minute...I'll be the one to merge. (Also, fair warning, this might be one of those, "Josh is doing a bunch of stuff" kinda days.) |
Thanks for the warning 👍 |
See #1159 |
Marked version: 0.3.17
Description
http://spec.commonmark.org/0.28/#example-12
Been thinking about priorities and testing, given the analysis of our current test bed. Further, there are a lot of issues that are more spec-related that may or may not include the Markdown and expected HTML output...
Anyway, long story short and we can expound in the comments.
Thinking we should possibly stick to our guns (or appear to adjust the) priorities.
We don't have any known security issues.
We know we have a lot of issues submitted by users. Most of those seem related to not being compliant with the spec, which is a higher priority than user-specific things.
We also have the base for creating the simplest complete spec-compliant test bed ever...even someone who has no idea how marked works could do this.
/new
(would be really nice to be able to put tests in a folder named after the flavor/commonmark
, for example).npm test
Or, if it's broken and you know how to fix it, fix it. Otherwise, we have the PR available for someone else to come in and pick it up.
I think if we can confirm spec compliance with the testing harness we have, might be easier for us to close them out.
Maybe we can get random people to help out...none of us need to know how marked works to do this.
Contributor
Committer
In most cases, this should be a different person than the contributor.