Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fixed a few missing changes necessary after the recent rebase onto ma…
Browse files Browse the repository at this point in the history
…ster.
  • Loading branch information
fredck committed Feb 25, 2020
1 parent 81b72a3 commit baf4543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/gfmdataprocessor/lists.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ describe( 'GFMDataProcessor', () => {

describe( 'todo lists', () => {
it( 'should process todo lists', () => {
test(
testDataProcessor(
'* [ ] Item 1\n' +
'* [x] Item 2',

Expand Down
2 changes: 1 addition & 1 deletion tests/gfmdataprocessor/strong-emphasis.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe( 'GFMDataProcessor', () => {
} );

it( 'should not render escape marks', () => {
test(
testDataProcessor(
// Following the previous test.
'This should\\_not\\_be\\_emp.',

Expand Down

0 comments on commit baf4543

Please sign in to comment.