vue-files-preview-inno
Version:
A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
48 lines (47 loc) • 979 B
JavaScript
var e, n;
function i() {
if (n) return e;
n = 1;
function a(r) {
return {
name: "Test Anything Protocol",
case_insensitive: !0,
contains: [
r.HASH_COMMENT_MODE,
// version of format and total amount of testcases
{
className: "meta",
variants: [
{ begin: "^TAP version (\\d+)$" },
{ begin: "^1\\.\\.(\\d+)$" }
]
},
// YAML block
{
begin: /---$/,
end: "\\.\\.\\.$",
subLanguage: "yaml",
relevance: 0
},
// testcase number
{
className: "number",
begin: " (\\d+) "
},
// testcase status and description
{
className: "symbol",
variants: [
{ begin: "^ok" },
{ begin: "^not ok" }
]
}
]
};
}
return e = a, e;
}
export {
i as __require
};
//# sourceMappingURL=tap.mjs.map