Skip to content

Commit

Permalink
test: re-activate passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jul 3, 2018
1 parent 47cf2b2 commit 35db435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/specs/commonmark/commonmark-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ describe('CommonMark 0.28 Backslash escapes', function() {
var section = 'Backslash escapes';

// var shouldPassButFails = [];
var shouldPassButFails = [290, 291, 293, 300, 301];
var shouldPassButFails = [290, 291, 300, 301];

var willNotBeAttemptedByCoreTeam = [];

Expand Down Expand Up @@ -409,7 +409,7 @@ describe('CommonMark 0.28 Hard line breaks', function() {
var section = 'Hard line breaks';

// var shouldPassButFails = [];
var shouldPassButFails = [611, 606, 609, 613];
var shouldPassButFails = [613];

var willNotBeAttemptedByCoreTeam = [];

Expand Down

0 comments on commit 35db435

Please sign in to comment.