user_agent icon indicating copy to clipboard operation
user_agent copied to clipboard

Pingdom UA Parsed incorrectly

Open fortytw2 opened this issue 8 years ago • 0 comments
trafficstars

Example test case:

...
{
	title:    "Pingdom",
	ua:       "Pingdom.com_bot_version_1.4_(http://www.pingdom.com)/",
	expected: "Pingdom:1.4 Browser:Pingdom-1.4 Bot:true Mobile:false",
},
Test     Pingdom
got:     "Browser:Pingdom.com_bot_version_1.4_(http: Bot:true Mobile:false"
expected "Pingdom:1.4 Browser:Pingdom-1.4 Bot:true Mobile:false"

Not really important to fix, just saw it crop up

fortytw2 avatar Aug 28 '17 15:08 fortytw2