EntityNormalizerSpec: More fixes.

このコミットが含まれているのは:
lain 2020-06-04 15:31:52 +02:00
コミット 05167f202f
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -366,8 +366,8 @@ describe('API Entities normalizer', () => {
shortcode: '[a-z] {|}*'
}])
const result = addEmojis('This post has :c++: emoji and :[a-z] {|}*: emoji', emojis)
expect(result).to.include('title=\'c++\'')
expect(result).to.include('title=\'[a-z] {|}*\'')
expect(result).to.include('title=\':c++:\'')
expect(result).to.include('title=\':[a-z] {|}*:\'')
})
})
})