ua-parser-js/test/data/ua/os/unix.json
2024-11-28 23:24:19 +07:00

11 lines
246 B
JSON

[
{
"desc" : "UNIX",
"ua" : "Surf/0.4.1 (X11; U; Unix; en-US) AppleWebKit/531.2+ Compatible (Safari)",
"expect" :
{
"name" : "Unix",
"version" : "undefined"
}
}
]