Skip to content

Commit 7cdafae

Browse files
authored
Skip series title test on ttml-imsc1.3 (#2058)
Version 1.3 has a different title because it only contains a text profile. Adding it to the list of exceptions.
1 parent fba7358 commit 7cdafae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe("The `index.json` list", () => {
145145
.filter(s => !s.title.includes(s.series.title))
146146
.filter(s => ![
147147
"webrtc", "css-backgrounds-4", "n-quads", "DOM-Level-2-Style",
148-
"ttml2"
148+
"ttml2", "ttml-imsc1.3"
149149
].includes(s.shortname));
150150
assert.deepStrictEqual(wrong, []);
151151
});

0 commit comments

Comments
 (0)