Skip to content

Commit

Permalink
adds quotes around versions in fixtures (#5516)
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert authored and sgiehl committed Jul 30, 2016
1 parent 60c4693 commit f14c54c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Tests/fixtures/feed_reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,12 @@
os:
name: Mac
short_name: MAC
version: 10.11.3
version: "10.11.3"
platform:
client:
type: feed reader
name: Downcast
version: 2.9.11
version: "2.9.11"
device:
type: desktop
brand:
Expand All @@ -282,12 +282,12 @@
os:
name: iOS
short_name: IOS
version: 9.2
version: "9.2"
platform:
client:
type: feed reader
name: Downcast
version: 2.9.11
version: "2.9.11"
device:
type: smartphone
brand: AP
Expand Down
14 changes: 7 additions & 7 deletions Tests/fixtures/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@
os:
name: iOS
short_name: IOS
version: 8.3
version: "8.3"
platform:
client:
type: mobile app
name: Podcat
version: 8577
version: "8577"
device:
type:
brand: AP
Expand All @@ -169,12 +169,12 @@
os:
name: iOS
short_name: IOS
version: 9.2.1
version: "9.2.1"
platform:
client:
type: mobile app
name: Podcat
version: 1.1.4.14639
version: "1.1.4.14639"
device:
type: smartphone
brand: AP
Expand All @@ -192,7 +192,7 @@
client:
type: mobile app
name: iCatcher
version: 2.6.2
version: "2.6.2"
device:
type:
brand:
Expand All @@ -204,12 +204,12 @@
os:
name: iOS
short_name: IOS
version: 7.1
version: "7.1"
platform:
client:
type: mobile app
name: iCatcher
version: 4535
version: "4535"
device:
type:
brand: AP
Expand Down
2 changes: 1 addition & 1 deletion Tests/fixtures/unknown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3200,7 +3200,7 @@
client:
type: feed reader
name: gPodder
version: 3.5.2
version: "3.5.2"
device:
type:
brand:
Expand Down

0 comments on commit f14c54c

Please sign in to comment.