From 866bdc27af4342b89e56f016bf1ceeca1fdd4c75 Mon Sep 17 00:00:00 2001 From: Faisal Salman Date: Sun, 29 Mar 2015 10:02:39 +0700 Subject: [PATCH] Windows 10 test --- test/os-test.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/os-test.json b/test/os-test.json index 79e77bd..4ef53bf 100644 --- a/test/os-test.json +++ b/test/os-test.json @@ -71,6 +71,15 @@ "version" : "8" } }, + { + "desc" : "Windows 10", + "ua" : "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36 Edge/12.0", + "expect" : + { + "name" : "Windows", + "version" : "10" + } + }, { "desc" : "Windows RT", "ua" : "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; ARM; Trident/6.0)",