Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmosc committed Feb 14, 2020
1 parent b5839ab commit d7ee13f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions test/mock/dist/en-desired.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
en-target:
back_office:
back_key_1: First key
back_key_2: Second key
back_key_1: 'First key'
back_key_2: 'Second key'
key_group:
first: First
second: Second
order:
an_estate:
buttons: Buttons
id: Identification
items: The items are great
items: 'The items are great'
products:
interior: Interior 3D
visit3d: 3D Visit
another_key: theo ther keeeey
interior: 'Interior 3D'
visit3d: '3D Visit'
another_key: 'theo ther keeeey'
quick_services:
quick: Veloce
service: 'Servizio %{ciao}'
simple_key: Thefirst simple key
simple_key: 'Thefirst simple key'
studio:
highlight_area: Highlighted area
highlight_area: 'Highlighted area'
user: null
viewer:
annotations: Annotation
zone: Zone
user: the user of life (shared between order and studio and this is a very long line that's being added blablablabla)
user: 'the user of life (shared between order and studio and this is a very long line that''s being added blablablabla)'
18 changes: 9 additions & 9 deletions test/mock/dist/en-target.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
en-target:
back_office:
back_key_1: First key
back_key_2: Second key
back_key_1: 'First key'
back_key_2: 'Second key'
key_group:
first: First
second: Second
order:
an_estate:
buttons: Buttons
id: Identification
items: The items are great
items: 'The items are great'
products:
interior: Interior 3D
visit3d: 3D Visit
another_key: theo ther keeeey
interior: 'Interior 3D'
visit3d: '3D Visit'
another_key: 'theo ther keeeey'
quick_services:
quick: Veloce
service: 'Servizio %{ciao}'
simple_key: Thefirst simple key
simple_key: 'Thefirst simple key'
studio:
highlight_area: Highlighted area
highlight_area: 'Highlighted area'
user: null
viewer:
annotations: Annotation
zone: Zone
user: the user of life (shared between order and studio and this is a very long line that's being added blablablabla)
user: 'the user of life (shared between order and studio and this is a very long line that''s being added blablablabla)'
18 changes: 9 additions & 9 deletions test/unit/en_from.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
en_from:
back_office:
back_key_1: First key
back_key_2: Second key
back_key_1: 'First key'
back_key_2: 'Second key'
key_group:
first: First
second: Second
order:
an_estate:
buttons: Buttons
id: Identification
items: The items are great
items: 'The items are great'
products:
interior: Interior 3D
visit3d: 3D Visit
another_key: theo ther keeeey
interior: 'Interior 3D'
visit3d: '3D Visit'
another_key: 'theo ther keeeey'
quick_services:
quick: Veloce
service: 'Servizio %{ciao}'
simple_key: Thefirst simple key
simple_key: 'Thefirst simple key'
studio:
highlight_area: Highlighted area
highlight_area: 'Highlighted area'
user: null
viewer:
annotations: Annotation
zone: Zone
user: the user of life (shared between order and studio and this is a very long line that's being added blablablabla)
user: 'the user of life (shared between order and studio and this is a very long line that''s being added blablablabla)'

0 comments on commit d7ee13f

Please sign in to comment.