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:
11
test/data/ua/os/manjaro.json
Normal file
11
test/data/ua/os/manjaro.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"desc" : "Manjaro",
|
||||
"ua" : "Mozilla/5.0 (X11; Manjaro 19.0.2; Arch; x64; rv:84.0) Gecko/20100101 Firefox/84.0",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "Manjaro",
|
||||
"version" : "19.0.2"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user