varfails=require('../internals/fails');varwhitespaces=require('../internals/whitespaces');varnon='\u200B\u0085\u180E';// check that a method works with the correct list// of whitespaces and has a correct namemodule.exports=function(METHOD_NAME){returnfails(function(){return!!whitespaces[METHOD_NAME]()||non[METHOD_NAME]()!=non||whitespaces[METHOD_NAME].name!==METHOD_NAME;});};