summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mfm.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mfm.ts b/test/mfm.ts
index 0be683d56f..cdd07788ba 100644
--- a/test/mfm.ts
+++ b/test/mfm.ts
@@ -1188,7 +1188,7 @@ describe('MFM', () => {
tree('italic', [
text('bar')
], {}),
- text('baz'),
+ text('\nbaz'),
]);
});
});