зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1869755: Use correct skip-condition for Intl.Segmenter tests. r=dminor
Differential Revision: https://phabricator.services.mozilla.com/D196281
This commit is contained in:
Родитель
ac55497030
Коммит
35f45276a0
|
@ -1,4 +1,4 @@
|
|||
// |reftest| skip-if(!this.hasOwnProperty('Intl')||(!this.Intl.Segmenter&&!this.hasOwnProperty('addIntlExtras')))
|
||||
// |reftest| skip-if(!this.hasOwnProperty('Intl')||!this.Intl.Segmenter)
|
||||
|
||||
// https://www.unicode.org/reports/tr29/#Sentence_Boundary_Rules
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// |reftest| skip-if(!this.hasOwnProperty('Intl')||(!this.Intl.Segmenter&&!this.hasOwnProperty('addIntlExtras')))
|
||||
// |reftest| skip-if(!this.hasOwnProperty('Intl')||!this.Intl.Segmenter)
|
||||
|
||||
// https://www.unicode.org/reports/tr29/#Word_Boundary_Rules
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче