Bug 1259859 - followup, fix some quotes that snuck in. r=me

MozReview-Commit-ID: 2WqhK8SFofe
This commit is contained in:
Jared Wein 2016-04-02 04:42:09 -04:00
parent 4dbcfae693
commit 3177c699b8

View File

@ -74,7 +74,7 @@ function* spawnTest() {
status: 'ERROR'
},
exec: {
output: 'Error: Value required for \'region\'.'
output: 'Error: Value required for \u2018region\u2019.'
}
},
{
@ -98,7 +98,7 @@ function* spawnTest() {
status: 'ERROR'
},
exec: {
output: 'Error: Value required for \'fill\'.'
output: 'Error: Value required for \u2018fill\u2019.'
}
},
{