mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Fix broken test
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
bb74656348
commit
00bcdbab37
@ -112,8 +112,8 @@ export function tests() {
|
|||||||
},
|
},
|
||||||
|
|
||||||
"Link ends with <": assert => {
|
"Link ends with <": assert => {
|
||||||
const link = "https://matrxi.org";
|
const link = "https://matrix.org<";
|
||||||
const out = [{ type: "link", text: link }, { type: "text", text: "<" }];
|
const out = [{ type: "link", text: "https://matrix.org" }, { type: "text", text: "<" }];
|
||||||
test(assert, link, out);
|
test(assert, link, out);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user