mirror of https://github.com/vector-im/riot-web
s/semi-colon/colon/
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
0075ae2187
commit
93b0287e11
|
@ -282,7 +282,7 @@ describe('editor/model', function() {
|
|||
expect(model.parts[0].text).toBe("try #define");
|
||||
});
|
||||
|
||||
it('insert room pill without splitting at the semi-colon', () => {
|
||||
it('insert room pill without splitting at the colon', () => {
|
||||
const renderer = createRenderer();
|
||||
const pc = createPartCreator([{resourceId: "#room:server"}]);
|
||||
const model = new EditorModel([], pc, renderer);
|
||||
|
|
Loading…
Reference in New Issue