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

Update majority of original and new test beds #1229

Closed
wants to merge 73 commits into from
Closed
Show file tree
Hide file tree
Changes from 72 commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
99cb893
Move marked tester to module
Apr 17, 2018
8f8f593
Confirm tabs
Apr 17, 2018
4a7223c
New ATX heading failures discovered
Apr 17, 2018
5a2c671
Same Setext headings failing
Apr 17, 2018
26019c5
Add new failing fenced code blocks
Apr 17, 2018
1a94205
Add new failures
Apr 17, 2018
a6ea9c1
Add new backslash fail
Apr 17, 2018
d295893
Autolinks are fixed with these options
Apr 17, 2018
a97a910
🚧 CommonMark tests converted 🚧
Apr 17, 2018
08decdd
🚧 GFM and Marked tests converted 🚧
Apr 17, 2018
4335296
Run lint
Apr 17, 2018
6f6b552
💀Replaced by CM Autolink
Apr 17, 2018
03a7d92
💀Replaced by cm html blocks
Apr 17, 2018
8f31574
💀Replaced by cm raw html
Apr 17, 2018
c3437fa
💀Replaced by cm links - 523 odd man out
Apr 17, 2018
35fd0eb
💀GFM autolinks
Apr 17, 2018
1509a52
💀Complex example replaced by various
Apr 17, 2018
31e0347
Migrated lazy blockquotes
Apr 17, 2018
4cfc1ea
Heading IDs
Apr 18, 2018
34729e7
Heading IDs base
Apr 18, 2018
ecf7ccc
Changed my mind
Apr 18, 2018
2877dc9
💀CM backslash escapes
Apr 18, 2018
0856c08
Emphasis <= 3 chars
Apr 18, 2018
b4ac054
Remove old em <= 3 chars
Apr 18, 2018
a22cf5d
Nested em
Apr 18, 2018
5efe5a6
💀CM fenced code blocks
Apr 18, 2018
0e8c914
🚩 Tildes seem inconsistent
Apr 18, 2018
b5e28f7
Lint
Apr 18, 2018
9df81b4
💀 CM Link reference definitions
Apr 18, 2018
2a9ce0e
💀 CM raw HTML
Apr 18, 2018
59b2e80
💀 CM thematic breaks - 19 was incorrect
Apr 18, 2018
758ba8b
💀 CM Emphasis and strong emphasis
Apr 18, 2018
ac5af39
💀 GFM Tables
Apr 18, 2018
4fb1603
💀 CM lists and list items
Apr 18, 2018
be00067
💀🚩 CM backslash escapes 291, is compound, fails
Apr 18, 2018
693bcf4
🚩 CM ATX Headings - incorrect behavior
Apr 18, 2018
b937231
💀🚩 not spec compliant - CM Lists - 264 fails because this is invalid …
Apr 18, 2018
342800f
💀 CM Link reference definitions
Apr 18, 2018
101422e
💀 CM ATX heading
Apr 18, 2018
2ed733f
❓ Relative paths - consider deprecation
Apr 18, 2018
1f9293d
💀 CM autolinks - seems like hard and soft returns as well
Apr 18, 2018
2beda53
💀 CM Link reference definitions - could be spec conflict
Apr 18, 2018
2d7de32
💀 CM Block quotes
Apr 18, 2018
827c8f4
Doesn't actually test anything
Apr 18, 2018
d0a699a
Not a spec-based example set
Apr 18, 2018
e647923
Tests trivial whitespace
Apr 18, 2018
3d7e40d
Unsure what is tested, poor markdown and odd results covered by spec-…
Apr 18, 2018
66d05e3
Not sure what is tested here not covered by spec-based
Apr 18, 2018
6d026f7
Not sure what is tested here not covered by spec-based
Apr 18, 2018
819d58b
❓ We should really consider if this is the business we want to be in …
Apr 18, 2018
afb0dc6
Honestly think someone got bored
Apr 18, 2018
6f5b6e3
💀 Marked being used to overcome bad Markdown
Apr 18, 2018
6908e3e
Not sure what is tested here not covered by spec-based
Apr 19, 2018
0d9aa62
Sanitize example 1
Apr 19, 2018
28103d1
Sanitized links
Apr 19, 2018
33862cb
🚩 Not part of the GFM spec, sanitizer true disables autolinks, we sho…
Apr 19, 2018
a2e22a6
💀 Remaining tests seem overcompensation
Apr 19, 2018
3a58149
🚩 Markdown.pl prefers strong first processing unlike CM
Apr 19, 2018
80c491f
Marked.pl moved
Apr 19, 2018
de52012
💀 CM Tabs
Apr 19, 2018
1d5ef7c
🚩 Not sure if Markdown.pl covered by CM
Apr 19, 2018
6a3f609
💀 CM Thematic breaks
Apr 20, 2018
a04d760
💀 CM Autolinks
Apr 20, 2018
b5b0b13
💀 CM Backslash esacapes
Apr 20, 2018
214a99d
💀 CM Block quotes
Apr 20, 2018
2255457
💀 CM Link reference definitions
Apr 20, 2018
868427e
💀 CM Code spans
Apr 20, 2018
979fe6d
💀 CM HTML blocks
Apr 20, 2018
f10a53a
💀 CM HTML blocks
Apr 20, 2018
449c236
💀 CM Links
Apr 20, 2018
e920300
💀 CM code blocks
Apr 20, 2018
c1c2fbe
Run lint
Apr 21, 2018
1f98424
Merge branch 'master' into move-legacy-test-beds
joshbruce Apr 25, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"test:unit": "npm test -- test/unit/**/*-spec.js",
"test:specs": "npm test -- test/specs/**/*-spec.js",
"test:cm": "npm test -- test/specs/commonmark/**/*-spec.js",
"test:md-pl": "npm test -- test/specs/markdown-pl/**/*-spec.js",
"test:gfm": "npm test -- test/specs/gfm/**/*-spec.js",
"test:marked": "npm test -- test/specs/marked/**/*-spec.js",
"test:old": "node test",
Expand Down
3 changes: 0 additions & 3 deletions test/new/autolink_lines.html

This file was deleted.

2 changes: 0 additions & 2 deletions test/new/autolink_lines.md

This file was deleted.

1 change: 0 additions & 1 deletion test/new/case_insensitive_refs.html

This file was deleted.

3 changes: 0 additions & 3 deletions test/new/case_insensitive_refs.md

This file was deleted.

91 changes: 0 additions & 91 deletions test/new/cm_autolinks.html

This file was deleted.

96 changes: 0 additions & 96 deletions test/new/cm_autolinks.md

This file was deleted.

Loading