Skip to content

Commit 7e634c8

Browse files
Merge pull request #612 from tmont/inspire-duplicate
removed Inspire[A-Z0-9]* fragment duplicate
2 parents 7388149 + 6772d7b commit 7e634c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

regexes.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ user_agent_parsers:
614614
# Smart Lenovo Browser
615615
- regex: '(SLBrowser)/(\d+)\.(\d+)\.(\d+)\.(\d+) SLBChan/(\d+)'
616616
family_replacement: 'Smart Lenovo Browser'
617-
617+
618618
# Atom Browser
619619
- regex: '(Atom)/(\d+)\.(\d+)\.(\d+)\.(\d+)'
620620
family_replacement: 'Atom Browser'
@@ -1485,7 +1485,7 @@ os_parsers:
14851485
# Box Drive and Box Sync on Mac OS X use OSX version numbers, not Darwin
14861486
- regex: '^Box.{0,200};(Darwin)/(10)\.(1\d)(?:\.(\d+)|)'
14871487
os_replacement: 'Mac OS X'
1488-
1488+
14891489
##########
14901490
# Hashicorp API
14911491
# APN/1.0 HashiCorp/1.0 Terraform/1.8.0 (+https://www.terraform.io) terraform-provider-aws/4.67.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.261 (go1.19.8; darwin; arm64)
@@ -3215,7 +3215,7 @@ device_parsers:
32153215
device_replacement: 'HTC $1'
32163216
brand_replacement: 'HTC'
32173217
model_replacement: '$1'
3218-
- regex: '; {0,2}(ADR6200|ADR6400L|ADR6425LVW|Amaze|DesireS?|EndeavorU|Eris|EVO|Evo\d[A-Z]+|HD2|IncredibleS?|Inspire[A-Z0-9]*|Inspire[A-Z0-9]*|Sensation[A-Z0-9]*|Wildfire)[ _-](.{1,200}?)(?:[/;\)]|Build|MIUI|1\.0)'
3218+
- regex: '; {0,2}(ADR6200|ADR6400L|ADR6425LVW|Amaze|DesireS?|EndeavorU|Eris|EVO|Evo\d[A-Z]+|HD2|IncredibleS?|Inspire[A-Z0-9]*|Sensation[A-Z0-9]*|Wildfire)[ _-](.{1,200}?)(?:[/;\)]|Build|MIUI|1\.0)'
32193219
regex_flag: 'i'
32203220
device_replacement: 'HTC $1 $2'
32213221
brand_replacement: 'HTC'

0 commit comments

Comments
 (0)