PLT-7518 Added unit tests for channel linking (#7352)
* PLT-7518 Added unit tests for channel linking * Removed unused escaping function
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
8391ef6288
Коммит
670bfbf626
@@ -242,10 +242,6 @@ export function extractFirstLink(text) {
|
||||
return '';
|
||||
}
|
||||
|
||||
export function escapeRegExp(string) {
|
||||
return string.replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1');
|
||||
}
|
||||
|
||||
// Taken from http://stackoverflow.com/questions/1068834/object-comparison-in-javascript and modified slightly
|
||||
export function areObjectsEqual(x, y) {
|
||||
let p;
|
||||
|
||||
Ссылка в новой задаче
Block a user