Skip to content

Commit

Permalink
Rename Ok to ok.
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Dec 22, 2024
1 parent 524c844 commit 631b2c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'OQ' => 'Meta',
'O1' => 'Odys',
'ODP' => 'Odotpad',
'O9' => 'Ok',
'O9' => 'ok.',
'OKA' => 'Okapi',
'OA' => 'Okapia',
'OKI' => 'Oking',
Expand Down
2 changes: 1 addition & 1 deletion Tests/fixtures/tv-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@
engine_version: 75.0.3770.143
device:
type: tv
brand: Ok
brand: ok.
model: 4K (2020)
os_family: Android
browser_family: Chrome
Expand Down
2 changes: 1 addition & 1 deletion Tests/fixtures/tv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8141,7 +8141,7 @@
engine_version: 53.0.2785.143
device:
type: tv
brand: Ok
brand: ok.
model: Smart TV (2017)
os_family: GNU/Linux
browser_family: Opera
Expand Down
4 changes: 2 additions & 2 deletions regexes/device/televisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,8 @@ OCEANIC:
- regex: '_TV_[A-Z0-9]+_([0-9]{4});'
model: 'Smart TV ($1)'

# Ok
Ok:
# ok. (https://www.ok-online.com/)
ok.:
regex: 'OK[;,]'
device: 'tv'
models:
Expand Down

0 comments on commit 631b2c1

Please sign in to comment.