Commit f8515f4b authored by Filipa Lacerda's avatar Filipa Lacerda

Fix conflicts for spec/javascripts/vue_shared/translate_spec.js

parent bc67a595
...@@ -202,19 +202,11 @@ describe('Vue translate filter', () => { ...@@ -202,19 +202,11 @@ describe('Vue translate filter', () => {
<span> <span>
{{ n__( {{ n__(
\` \`
<<<<<<< HEAD
multiline
string
\`,
\`
multiline
=======
multiline multiline
string string
\`, \`,
\` \`
multiline multiline
>>>>>>> upstream/master
strings strings
\`, \`,
2 2
...@@ -242,11 +234,7 @@ describe('Vue translate filter', () => { ...@@ -242,11 +234,7 @@ describe('Vue translate filter', () => {
{{ s__( {{ s__(
\` \`
Context| Context|
<<<<<<< HEAD
multiline
=======
multiline multiline
>>>>>>> upstream/master
string string
\` \`
) }} ) }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment