Skip to content

Commit

Permalink
Fix false positive for Edge engine on Motorola Edge. (#7569)
Browse files Browse the repository at this point in the history
  • Loading branch information
JBYoshi authored Jan 30, 2024
1 parent 9a97a56 commit cee4101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tests/fixtures/smartphone-37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4677,8 +4677,8 @@
type: browser
name: Samsung Browser
version: "23.0"
engine: Edge
engine_version: "40"
engine: WebKit
engine_version: "537.36"
device:
type: smartphone
brand: Motorola
Expand Down
2 changes: 1 addition & 1 deletion regexes/client/browser_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- regex: 'NetFront'
name: 'NetFront'

- regex: 'Edge'
- regex: 'Edge/'
name: 'Edge'

- regex: 'Trident'
Expand Down

0 comments on commit cee4101

Please sign in to comment.