Bug 1396665 - Temporarily disable bad-string subtests in test_parser_diagnostics_unprintables.html r=emilio

MozReview-Commit-ID: IUGy4uP6iRS

--HG--
extra : rebase_source : 2ba9dd060245141659bc1b0a357e9b62043be9e2
This commit is contained in:
Simon Sapin 2017-09-04 23:14:26 +02:00
Родитель eccbb7589b
Коммит 23f9f1b466
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,8 @@ let patterns = [
{ i: "x{ '<t>'}" , o: isStylo ? 'declaration but found \u2018"<s>"\u2019.'
: "declaration but found \u2018'<s>'\u2019." },
// _Bad_String
{ i: "x{ '<t>\n}", o: isStylo ? 'declaration but found \u2018"<s>\u2019.'
// FIXME: temporarily disabled https://bugzilla.mozilla.org/show_bug.cgi?id=1396664
{ i: "x{ '<t>\n}", o: isStylo ? "declaration but found \u2018\"<bad string>\n\u2019."
: "declaration but found \u2018'<s>\u2019." },
];