mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: File size text should not be part of link.
This commit is contained in:
@@ -194,7 +194,7 @@ QUnit.test("getUploadMarkdown", assert => {
|
||||
|
||||
assert.equal(
|
||||
testUploadMarkdown("important.txt", { short_url }),
|
||||
`[important.txt (42 Bytes)|attachment](${short_url})`
|
||||
`[important.txt|attachment](${short_url}) (42 Bytes)`
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user