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/netbsd.json
Normal file
11
test/data/ua/os/netbsd.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"desc" : "NetBSD",
|
||||
"ua" : "ELinks (0.4.3; NetBSD 3.0.2PATCH sparc64; 141x19)",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "NetBSD",
|
||||
"version" : "3.0.2PATCH"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user