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

CommonMark Tests #1160

Merged
merged 37 commits into from
Apr 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f22ad62
cm_tabs - not running
Mar 24, 2018
838c8b7
Switch out quotes
Mar 24, 2018
6976ce7
Merge branch 'master' into commonmark-test-bed
Mar 27, 2018
0c02616
624 test - 407 failures
Mar 27, 2018
575731c
Change lib back
Mar 27, 2018
03b6839
Revert marked.js
Mar 27, 2018
1694be9
Add option to set options
Mar 28, 2018
f144566
Use string replace to get HTML5
Mar 28, 2018
1d0be8e
624 with 284 failures
Mar 29, 2018
90146b7
Clean up
Mar 29, 2018
2fde2bb
Refactor
Mar 29, 2018
b2cd9b7
Verbiage
Mar 29, 2018
fed5dba
remove deprecated code
Mar 29, 2018
c0b05ee
More robust messaging
Mar 29, 2018
617f413
Ignore most likely honest failures
Mar 29, 2018
0513c11
Merge pull request #1 from 8fold/failure-list
joshbruce Mar 29, 2018
e293ebe
Merge branch 'master' into commonmark-test-bed
Apr 4, 2018
9cf5578
setOptions() doesn't work??
Apr 4, 2018
35cd881
Make renderer like setOptions
Apr 4, 2018
a78018f
Relayout fails but should pass
Apr 4, 2018
7ca840a
624 total, 253 fail, 371 passing
Apr 4, 2018
ac80808
Add percentage table
Apr 4, 2018
5210e18
use marked(test, options)
Apr 4, 2018
8ab5ca2
XHTML - new test - 378 passing
Apr 4, 2018
a844b11
Merge branch 'master' into commonmark-test-bed
Apr 4, 2018
cb28882
Ran linter
Apr 5, 2018
57a44b9
typo
Apr 5, 2018
b016ee0
Run lint
Apr 5, 2018
27c8d9c
Move expected and actual inside it
Apr 5, 2018
14bc449
Update based on npm test
Apr 5, 2018
765fade
Move didn't push
Apr 5, 2018
d0defb9
Update whitespace
Apr 5, 2018
78808c9
Travis is failing
Apr 5, 2018
2329a92
More failing tests
Apr 5, 2018
181d2b7
Merge branch 'master' into commonmark-test-bed
Apr 5, 2018
12f4b2c
Remove 447
Apr 5, 2018
2c9bed9
Recompute skip empahsis
Apr 5, 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
169 changes: 169 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"eslint-plugin-standard": "^3.0.1",
"front-matter": "^2.3.0",
"glob-to-regexp": "0.3.0",
"html-differ": "^1.3.4",
"jasmine": "^3.1.0",
"jasmine2-custom-message": "^0.9.0",
"markdown": "*",
"markdown-it": "*",
"showdown": "*",
Expand Down
Loading