Home
last modified time | relevance | path

Searched refs:testColorStyle (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-util-inspect.js901 function testColorStyle(style, input) { function
916 testColorStyle('special', function() {});
917 testColorStyle('number', 123.456);
918 testColorStyle('boolean', true);
919 testColorStyle('undefined', undefined);
920 testColorStyle('null', null);
921 testColorStyle('string', 'test string');
922 testColorStyle('date', new Date());
923 testColorStyle('regexp', /regexp/);