Skip to content

Commit

Permalink
feat(browser) Internet Explorer YAML Float version translated to stri…
Browse files Browse the repository at this point in the history
…ng explicitly
  • Loading branch information
sanchezzzhak committed Nov 24, 2020
1 parent 1692a0b commit 6cb8a94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions regexes/client/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1517,22 +1517,22 @@
default: 'Trident'
- regex: 'MSIE.*Trident/4.0'
name: 'Internet Explorer'
version: 8.0
version: '8.0'
engine:
default: 'Trident'
- regex: 'MSIE.*Trident/5.0'
name: 'Internet Explorer'
version: 9.0
version: '9.0'
engine:
default: 'Trident'
- regex: 'MSIE.*Trident/6.0'
name: 'Internet Explorer'
version: 10.0
version: '10.0'
engine:
default: 'Trident'
- regex: 'Trident/[78].0'
name: 'Internet Explorer'
version: 11.0
version: '11.0'
engine:
default: 'Trident'
- regex: 'MSIE (\d+[\.\d]+)'
Expand Down

0 comments on commit 6cb8a94

Please sign in to comment.