ua-parser-js/test/data/ua/os/zenwalk.json
2025-04-15 21:32:53 +07:00

20 lines
506 B
JSON

[
{
"desc" : "Zenwalk",
"ua" : "Flock/2.16 (Zenwalk 7.3; es_PR;)",
"expect" :
{
"name" : "Zenwalk",
"version" : "7.3"
}
},
{
"desc" : "Zenwalk",
"ua" : "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.13) Gecko/20101221 IceCat/3.6.13 (like Firefox/3.6.13) (Zenwalk GNU Linux)",
"expect" :
{
"name" : "Zenwalk",
"version" : "undefined"
}
}
]