mirror of https://github.com/zulip/zulip.git
node: Fix style in copy-paste test.
This bug got merged due to a problem with Travis CI.
This commit is contained in:
parent
4d4532a27e
commit
cc8c8ab21c
|
@ -23,4 +23,4 @@ var copy_and_paste = zrequire('copy_and_paste');
|
||||||
// that this not use markdown syntax, since that feels unnecessary.
|
// that this not use markdown syntax, since that feels unnecessary.
|
||||||
assert.equal(copy_and_paste.paste_handler_converter(input),
|
assert.equal(copy_and_paste.paste_handler_converter(input),
|
||||||
'[https://zulip.readthedocs.io/en/latest/subsystems/logging.html](https://zulip.readthedocs.io/en/latest/subsystems/logging.html');
|
'[https://zulip.readthedocs.io/en/latest/subsystems/logging.html](https://zulip.readthedocs.io/en/latest/subsystems/logging.html');
|
||||||
})();
|
}());
|
||||||
|
|
Loading…
Reference in New Issue