diff --git a/frontend_tests/node_tests/markdown.js b/frontend_tests/node_tests/markdown.js index 924a221b88..c793b73e0f 100644 --- a/frontend_tests/node_tests/markdown.js +++ b/frontend_tests/node_tests/markdown.js @@ -210,8 +210,8 @@ var bugdown_data = JSON.parse(fs.readFileSync(path.join(__dirname, '../../zerver expected: '
These @ @** are not mentions
'}, {input: 'These # #**** are not mentions', expected: 'These # #** are not mentions
'}, - {input: 'These @* @*** are not mentions', - expected: 'These @* @*** are not mentions
'}, + {input: 'These @* are not mentions', + expected: 'These @* are not mentions
'}, {input: 'These #* #*** are also not mentions', expected: 'These #* #*** are also not mentions
'}, {input: 'This is a #**Denmark** stream link',