Searched refs:testColorStyle (Results 1 – 1 of 1) sorted by relevance
901 function testColorStyle(style, input) { function916 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/);