mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-22 03:23:02 +00:00
Add emoji shortcode test
This commit is contained in:
parent
5485b7a9ea
commit
ff3a1d3d65
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ const valueExtractionTests = [
|
|||
], // 404 errors
|
||||
[`<a href="https://de.pronouns.page/:Katze"></a>`, "Katze"], // custom pronouns
|
||||
[`<a href="https://de.pronouns.page/@benaryorg"></a>`, "Katze"], // custom pronouns in profile
|
||||
[`:theythem:`, null] // emojis shortcodes used for pronouns
|
||||
];
|
||||
for (const [input, expects] of valueExtractionTests) {
|
||||
valueExtractionSuite(input, async () => {
|
||||
|
|
Loading…
Reference in a new issue