You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
s/semi-colon/colon/
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user