PHP 7.4.33
Preview: quoteStyle.js Size: 933 B
/var/www/ai-gemini.bitkit.dk/httpdocs/node_modules/object-inspect/test/quoteStyle.js
'use strict';

var inspect = require('../');
var test = require('tape');

test('quoteStyle option', function (t) {
    t['throws'](function () { inspect(null, { quoteStyle: false }); }, 'false is not a valid value');
    t['throws'](function () { inspect(null, { quoteStyle: true }); }, 'true is not a valid value');
    t['throws'](function () { inspect(null, { quoteStyle: '' }); }, '"" is not a valid value');
    t['throws'](function () { inspect(null, { quoteStyle: {} }); }, '{} is not a valid value');
    t['throws'](function () { inspect(null, { quoteStyle: [] }); }, '[] is not a valid value');
    t['throws'](function () { inspect(null, { quoteStyle: 42 }); }, '42 is not a valid value');
    t['throws'](function () { inspect(null, { quoteStyle: NaN }); }, 'NaN is not a valid value');
    t['throws'](function () { inspect(null, { quoteStyle: function () {} }); }, 'a function is not a valid value');

    t.end();
});

Directory Contents

Dirs: 1 × Files: 18
Name Size Perms Modified Actions
browser DIR
- drwxrwxr-x 2024-06-20 05:50:20
Edit Download
2.03 KB lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
451 B lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
400 B lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
1.54 KB lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
1.50 KB lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
683 B lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
2.17 KB lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
372 B lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
514 B lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
255 B lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
6.48 KB lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
4.83 KB lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
268 B lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
2.26 KB lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
933 B lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
1.51 KB lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
302 B lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
6.87 KB lrw-rw-r-- 1985-10-26 08:15:00
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).