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
path: root/src/tests
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-06-16 10:04:04 +0300
committerJulius Härtl <jus@bitgrid.net>2020-06-16 10:04:04 +0300
commite114b13b8261642dbd55e4d83829d5d9dc352b01 (patch)
tree1c5ee37271f62bdf25886f82381462ab664e5c7a /src/tests
parentd7de7d99f1f204bbd4071dd64c51a66a11e6a80c (diff)
Adjust ignored tests that fail due to whitespace changes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/markdown.spec.js2
-rw-r--r--src/tests/plaintext.spec.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/markdown.spec.js b/src/tests/markdown.spec.js
index 9c52f87b6..8e22d53ee 100644
--- a/src/tests/markdown.spec.js
+++ b/src/tests/markdown.spec.js
@@ -31,7 +31,7 @@ describe('Commonmark', () => {
// failures because of some additional newline in markdownit
const skippedMarkdownTests = [
- 181, 202, 203
+ 187, 209, 210
];
spec.forEach((entry) => {
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) => {