Skip to content

Commit

Permalink
Fix html test skipping.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Aug 28, 2019
1 parent 66a0f6e commit 865d757
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions tests/test-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ const TEST_TYPES = {
// rel vocab
/compact-manifest.jsonld#t0107$/,
// html
/compact-manifest.jsonld#th001$/,
/compact-manifest.jsonld#th002$/,
/compact-manifest.jsonld#th003$/,
/compact-manifest.jsonld#th004$/,
/html-manifest.jsonld#tc001$/,
/html-manifest.jsonld#tc002$/,
/html-manifest.jsonld#tc003$/,
/html-manifest.jsonld#tc004$/,
// @type: @none
/compact-manifest.jsonld#ttn01$/,
/compact-manifest.jsonld#ttn02$/,
Expand Down Expand Up @@ -133,26 +133,26 @@ const TEST_TYPES = {
/expand-manifest.jsonld#t0111$/,
/expand-manifest.jsonld#t0112$/,
// html
/expand-manifest.jsonld#th001$/,
/expand-manifest.jsonld#th002$/,
/expand-manifest.jsonld#th003$/,
/expand-manifest.jsonld#th004$/,
/expand-manifest.jsonld#th005$/,
/expand-manifest.jsonld#th006$/,
/expand-manifest.jsonld#th007$/,
/expand-manifest.jsonld#th010$/,
/expand-manifest.jsonld#th011$/,
/expand-manifest.jsonld#th012$/,
/expand-manifest.jsonld#th013$/,
/expand-manifest.jsonld#th014$/,
/expand-manifest.jsonld#th015$/,
/expand-manifest.jsonld#th016$/,
/expand-manifest.jsonld#th017$/,
/expand-manifest.jsonld#th018$/,
/expand-manifest.jsonld#th019$/,
/expand-manifest.jsonld#th020$/,
/expand-manifest.jsonld#th021$/,
/expand-manifest.jsonld#th022$/,
/html-manifest.jsonld#te001$/,
/html-manifest.jsonld#te002$/,
/html-manifest.jsonld#te003$/,
/html-manifest.jsonld#te004$/,
/html-manifest.jsonld#te005$/,
/html-manifest.jsonld#te006$/,
/html-manifest.jsonld#te007$/,
/html-manifest.jsonld#te010$/,
/html-manifest.jsonld#te011$/,
/html-manifest.jsonld#te012$/,
/html-manifest.jsonld#te013$/,
/html-manifest.jsonld#te014$/,
/html-manifest.jsonld#te015$/,
/html-manifest.jsonld#te016$/,
/html-manifest.jsonld#te017$/,
/html-manifest.jsonld#te018$/,
/html-manifest.jsonld#te019$/,
/html-manifest.jsonld#te020$/,
/html-manifest.jsonld#te021$/,
/html-manifest.jsonld#te022$/,
// HTML extraction
/expand-manifest.jsonld#thc01$/,
/expand-manifest.jsonld#thc02$/,
Expand Down Expand Up @@ -257,10 +257,10 @@ const TEST_TYPES = {
/flatten-manifest.jsonld#tli02$/,
/flatten-manifest.jsonld#tli03$/,
// html
/flatten-manifest.jsonld#th001$/,
/flatten-manifest.jsonld#th002$/,
/flatten-manifest.jsonld#th003$/,
/flatten-manifest.jsonld#th004$/,
/html-manifest.jsonld#tf001$/,
/html-manifest.jsonld#tf002$/,
/html-manifest.jsonld#tf003$/,
/html-manifest.jsonld#tf004$/,
// included
/flatten-manifest.jsonld#tin01$/,
/flatten-manifest.jsonld#tin02$/,
Expand Down Expand Up @@ -380,26 +380,26 @@ const TEST_TYPES = {
/toRdf-manifest.jsonld#twf06$/,
/toRdf-manifest.jsonld#twf07$/,
// html
/toRdf-manifest.jsonld#th001$/,
/toRdf-manifest.jsonld#th002$/,
/toRdf-manifest.jsonld#th003$/,
/toRdf-manifest.jsonld#th004$/,
/toRdf-manifest.jsonld#th005$/,
/toRdf-manifest.jsonld#th006$/,
/toRdf-manifest.jsonld#th007$/,
/toRdf-manifest.jsonld#th010$/,
/toRdf-manifest.jsonld#th011$/,
/toRdf-manifest.jsonld#th012$/,
/toRdf-manifest.jsonld#th013$/,
/toRdf-manifest.jsonld#th014$/,
/toRdf-manifest.jsonld#th015$/,
/toRdf-manifest.jsonld#th016$/,
/toRdf-manifest.jsonld#th017$/,
/toRdf-manifest.jsonld#th018$/,
/toRdf-manifest.jsonld#th019$/,
/toRdf-manifest.jsonld#th020$/,
/toRdf-manifest.jsonld#th021$/,
/toRdf-manifest.jsonld#th022$/,
/html-manifest.jsonld#tr001$/,
/html-manifest.jsonld#tr002$/,
/html-manifest.jsonld#tr003$/,
/html-manifest.jsonld#tr004$/,
/html-manifest.jsonld#tr005$/,
/html-manifest.jsonld#tr006$/,
/html-manifest.jsonld#tr007$/,
/html-manifest.jsonld#tr010$/,
/html-manifest.jsonld#tr011$/,
/html-manifest.jsonld#tr012$/,
/html-manifest.jsonld#tr013$/,
/html-manifest.jsonld#tr014$/,
/html-manifest.jsonld#tr015$/,
/html-manifest.jsonld#tr016$/,
/html-manifest.jsonld#tr017$/,
/html-manifest.jsonld#tr018$/,
/html-manifest.jsonld#tr019$/,
/html-manifest.jsonld#tr020$/,
/html-manifest.jsonld#tr021$/,
/html-manifest.jsonld#tr022$/,
// JSON literal
/toRdf-manifest.jsonld#tjs01$/,
/toRdf-manifest.jsonld#tjs02$/,
Expand Down

0 comments on commit 865d757

Please sign in to comment.