Lines Matching refs:info
197 var info = Y.Env.parseBasePath(i, Y.Env._BASE_RE);
198 Assert.areSame(info.path, core_urls[i].path, 'Paths do not match (' + core_urls[i].path + ')');
200 //Assert.areSame(info.filter, core_urls[i].filter, 'Filters do not match (' + core_urls[i].path + ')');
204 if (typeof console == "undefined" || !console.info) {
207 var l = console.info,
211 console.info = function(str) {
223 Y.log('test logInclude logMe','info','logMe');
227 Y.log('test logInclude butNotMe','info','butNotMe');
237 Y.log('test logExclude excludeMe','info','excludeMe');
239 Y.log('test logExclude butDontExcludeMe','info','butDontExcludeMe');
243 console.info = l;