Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/plaintext.spec.js')
-rw-r--r--src/tests/plaintext.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/plaintext.spec.js b/src/tests/plaintext.spec.js
index a139a4a86..f64e7c2a8 100644
--- a/src/tests/plaintext.spec.js
+++ b/src/tests/plaintext.spec.js
@@ -24,7 +24,7 @@ describe('commonmark as plaintext', () => {
// FIXME: Those two tests currently fail as trailing whitespace seems to be stripped,
// if it occurs in the first line which is empty otherwise.
const skippedMarkdownTests = [
- 66, 86
+ 67, 87
];
spec.forEach((entry) => {