Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-09-09 12:33:10 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-09-10 09:28:27 +0300
commit55782a128dcc49b85764adb74aff7cdf71d40a0b (patch)
treed7fec58dafa44c0ec9b02f2a2be6c986405bc389 /js/highlight/tap.js.map
parent17d90a1e8720257514896ffe50433ad5f53eb379 (diff)
Bump @nextcloud/vue from 2.3.0 to 2.6.4
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.3.0 to 2.6.4. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.3.0...v2.6.4) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'js/highlight/tap.js.map')
-rw-r--r--js/highlight/tap.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/tap.js.map b/js/highlight/tap.js.map
index b685b326c..a000c3b5e 100644
--- a/js/highlight/tap.js.map
+++ b/js/highlight/tap.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/tap.js"],"names":["module","exports","hljs","case_insensitive","contains","HASH_COMMENT_MODE","className","variants","begin","end","subLanguage","relevance"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,kBAAkB,EAClBC,SAAU,CACRF,EAAKG,kBAEL,CACEC,UAAW,OACXC,SAAU,CACR,CAAEC,MAAO,wBACT,CAAEA,MAAO,qBAIb,CACEA,MAAO,YAAcC,IAAK,aAC1BC,YAAa,OACbC,UAAW,GAGb,CACEL,UAAW,SACXE,MAAO,YAGT,CACEF,UAAW,SACXC,SAAU,CACR,CAAEC,MAAO,OACT,CAAEA,MAAO","file":"highlight/tap.js?v=31c7fa03745c36a0befd","sourcesContent":["module.exports = function(hljs) {\n return {\n case_insensitive: true,\n contains: [\n hljs.HASH_COMMENT_MODE,\n // version of format and total amount of testcases\n {\n className: 'meta',\n variants: [\n { begin: '^TAP version (\\\\d+)$' },\n { begin: '^1\\\\.\\\\.(\\\\d+)$' }\n ],\n },\n // YAML block\n {\n begin: '(\\s+)?---$', end: '\\\\.\\\\.\\\\.$',\n subLanguage: 'yaml',\n relevance: 0\n },\n\t // testcase number\n {\n className: 'number',\n begin: ' (\\\\d+) '\n },\n\t // testcase status and description\n {\n className: 'symbol',\n variants: [\n { begin: '^ok' },\n { begin: '^not ok' }\n ],\n },\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/tap.js"],"names":["module","exports","hljs","case_insensitive","contains","HASH_COMMENT_MODE","className","variants","begin","end","subLanguage","relevance"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,kBAAkB,EAClBC,SAAU,CACRF,EAAKG,kBAEL,CACEC,UAAW,OACXC,SAAU,CACR,CAAEC,MAAO,wBACT,CAAEA,MAAO,qBAIb,CACEA,MAAO,YAAcC,IAAK,aAC1BC,YAAa,OACbC,UAAW,GAGb,CACEL,UAAW,SACXE,MAAO,YAGT,CACEF,UAAW,SACXC,SAAU,CACR,CAAEC,MAAO,OACT,CAAEA,MAAO","file":"highlight/tap.js?v=014f69a7a7503cc2d0d0","sourcesContent":["module.exports = function(hljs) {\n return {\n case_insensitive: true,\n contains: [\n hljs.HASH_COMMENT_MODE,\n // version of format and total amount of testcases\n {\n className: 'meta',\n variants: [\n { begin: '^TAP version (\\\\d+)$' },\n { begin: '^1\\\\.\\\\.(\\\\d+)$' }\n ],\n },\n // YAML block\n {\n begin: '(\\s+)?---$', end: '\\\\.\\\\.\\\\.$',\n subLanguage: 'yaml',\n relevance: 0\n },\n\t // testcase number\n {\n className: 'number',\n begin: ' (\\\\d+) '\n },\n\t // testcase status and description\n {\n className: 'symbol',\n variants: [\n { begin: '^ok' },\n { begin: '^not ok' }\n ],\n },\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file