mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
parent
d1320f694e
commit
c3cdaeab65
File diff suppressed because it is too large
Load Diff
@ -89,7 +89,7 @@ test('bad input', function() {
|
||||
});
|
||||
});
|
||||
|
||||
test('html', function() {
|
||||
describe('html', function() {
|
||||
glob
|
||||
.sync(path.join(__dirname, 'fixture/html', '*.input.js'))
|
||||
.forEach(function(file) {
|
||||
@ -109,7 +109,7 @@ test('html', function() {
|
||||
});
|
||||
});
|
||||
|
||||
test('outputs', function() {
|
||||
describe('outputs', function() {
|
||||
glob
|
||||
.sync(path.join(__dirname, 'fixture', '*.input.js'))
|
||||
.forEach(function(file) {
|
||||
@ -157,9 +157,9 @@ test('outputs', function() {
|
||||
|
||||
test('highlightAuto md output', async function() {
|
||||
var file = path.join(
|
||||
__dirname,
|
||||
'fixture/auto_lang_hljs/multilanguage.input.js'
|
||||
),
|
||||
__dirname,
|
||||
'fixture/auto_lang_hljs/multilanguage.input.js'
|
||||
),
|
||||
hljsConfig = {
|
||||
hljs: { highlightAuto: true, languages: ['js', 'css', 'html'] }
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user