mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Add new OS: Ubuntu Touch
This commit is contained in:
11
test/data/ua/os/ubuntu-touch.json
Normal file
11
test/data/ua/os/ubuntu-touch.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"desc" : "Ubuntu Touch",
|
||||
"ua" : "Mozilla/5.0 (Linux; Ubuntu 16.04 like Android 4.4) AppleWebKit/537.36 Chromium/65.0.3325.151 Mobile Safari/537.36",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "Ubuntu Touch",
|
||||
"version" : "16.04"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user