Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
totpero committed Apr 6, 2024
1 parent f65229e commit 19f11ae
Show file tree
Hide file tree
Showing 53 changed files with 8,982 additions and 1,058 deletions.
3 changes: 2 additions & 1 deletion DeviceDetector.NET.Tests/DeviceDetectorTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ public void TestIsParsed()
[InlineData("smartphone-35")]
[InlineData("smartphone-36")]
[InlineData("smartphone-37")]
[InlineData("smartphone-38")]
[InlineData("tablet")]
[InlineData("tablet-1")]
[InlineData("tablet-2")]
Expand Down Expand Up @@ -665,7 +666,7 @@ public void TestIssue22_Test2()
const string userAgent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Safari/605.1.15";
var dd = new DeviceDetector(userAgent);
dd.Parse();
dd.IsMobile().Should().BeTrue();
dd.IsMobile().Should().BeFalse();
}

/// <summary>
Expand Down
Loading

0 comments on commit 19f11ae

Please sign in to comment.