mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-30 17:27:44 +03:00
20
test/data/ua/os/arcaos.json
Normal file
20
test/data/ua/os/arcaos.json
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"desc" : "ArcaOS",
|
||||
"ua" : "Mozilla/5.0 (OS/2; ArcaOS 5.0.6; x86_64; rv:89.0) Gecko/20100101 Firefox/89.0",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "ArcaOS",
|
||||
"version" : "5.0.6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc" : "ArcaOS",
|
||||
"ua" : "Mozilla/5.0 (OS/2; ArcaOS; x64; rv:89.0) Gecko/20100101 Firefox/89.0",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "ArcaOS",
|
||||
"version" : "undefined"
|
||||
}
|
||||
}
|
||||
]
|
@@ -7,5 +7,23 @@
|
||||
"name" : "OS/2",
|
||||
"version" : "undefined"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc" : "OS/2",
|
||||
"ua" : "Mozilla/5.0 (OS/2; OS/2 i386) AppleWebKit/538.36 (KHTML, like Gecko) QtWebEngine/5.15.2 Chrome/127.0.6533.72",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "OS/2",
|
||||
"version" : "undefined"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc" : "OS/2",
|
||||
"ua" : "Mozilla/5.0 (OS/2; Warp 4.5; rv:45.0) Gecko/20100101 Firefox/45.0",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "OS/2",
|
||||
"version" : "undefined"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user