mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Reorganize test files & directories
This commit is contained in:
29
test/data/ua/device/roku.json
Normal file
29
test/data/ua/device/roku.json
Normal file
@@ -0,0 +1,29 @@
|
||||
[
|
||||
{
|
||||
"desc": "Roku",
|
||||
"ua": "Mozilla/5.0 (Roku) AppleWebKit/537.36 (KHTML, like Gecko) Web/1.1 Safari/537.36",
|
||||
"expect": {
|
||||
"vendor": "Roku",
|
||||
"model": "",
|
||||
"type": "smarttv"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc": "Roku",
|
||||
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36 Roku/DVP-8.10 (468.10E04145A)",
|
||||
"expect": {
|
||||
"vendor": "Roku",
|
||||
"model": "DVP-8.10",
|
||||
"type": "smarttv"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc": "Roku",
|
||||
"ua": "Roku4640X/DVP-7.70 (297.70E04154A)",
|
||||
"expect": {
|
||||
"vendor": "Roku",
|
||||
"model": "DVP-7.70",
|
||||
"type": "smarttv"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user