Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failing verification against emphasis parsing specs #244

Closed
8 tasks
shonfeder opened this issue May 29, 2021 · 1 comment
Closed
8 tasks

failing verification against emphasis parsing specs #244

shonfeder opened this issue May 29, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@shonfeder
Copy link
Collaborator

Failing specification units:

  • 410
  • 411
  • 414
  • 415
  • 416
  • 428
  • 468
  • 469
Done: 0/0 (jobs: 1)File "tests/spec-410.html", line 1, characters 0-0:
File "tests/spec-411.html", line 1, characters 0-0:
File "tests/spec-414.html", line 1, characters 0-0:
File "tests/spec-415.html", line 1, characters 0-0:
File "tests/spec-416.html", line 1, characters 0-0:
File "tests/spec-428.html", line 1, characters 0-0:
File "tests/spec-468.html", line 1, characters 0-0:
File "tests/spec-469.html", line 1, characters 0-0:
         git (internal) (exit 1)
(cd _build/default && /usr/bin/git --no-pager diff --no-index --color=always -u tests/spec-410.html tests/spec-410.html.new)
diff --git a/tests/spec-410.html b/tests/spec-410.html.new
index 85ec7d5..1f7dbb7 100644
--- a/tests/spec-410.html
+++ b/tests/spec-410.html.new
@@ -1 +1 @@
-<p><em>foo<strong>bar</strong>baz</em></p>
+<p><em>foo</em><em>bar</em><em>baz</em></p>
         git (internal) (exit 1)
(cd _build/default && /usr/bin/git --no-pager diff --no-index --color=always -u tests/spec-411.html tests/spec-411.html.new)
diff --git a/tests/spec-411.html b/tests/spec-411.html.new
index 1166aff..ea468e5 100644
--- a/tests/spec-411.html
+++ b/tests/spec-411.html.new
@@ -1 +1 @@
-<p><em>foo**bar</em></p>
+<p><em>foo</em><em>bar</em></p>
         git (internal) (exit 1)
(cd _build/default && /usr/bin/git --no-pager diff --no-index --color=always -u tests/spec-414.html tests/spec-414.html.new)
diff --git a/tests/spec-414.html b/tests/spec-414.html.new
index ef1a772..44259d7 100644
--- a/tests/spec-414.html
+++ b/tests/spec-414.html.new
@@ -1 +1 @@
-<p><em>foo<strong>bar</strong></em></p>
+<p><em>foo</em><em>bar</em>**</p>
         git (internal) (exit 1)
(cd _build/default && /usr/bin/git --no-pager diff --no-index --color=always -u tests/spec-415.html tests/spec-415.html.new)
diff --git a/tests/spec-415.html b/tests/spec-415.html.new
index d6cf430..8c7c537 100644
--- a/tests/spec-415.html
+++ b/tests/spec-415.html.new
@@ -1 +1 @@
-<p>foo<em><strong>bar</strong></em>baz</p>
+<p>foo*<strong>bar</strong>*baz</p>
         git (internal) (exit 1)
(cd _build/default && /usr/bin/git --no-pager diff --no-index --color=always -u tests/spec-416.html tests/spec-416.html.new)
diff --git a/tests/spec-416.html b/tests/spec-416.html.new
index 53edbc0..be05e61 100644
--- a/tests/spec-416.html
+++ b/tests/spec-416.html.new
@@ -1 +1 @@
-<p>foo<strong><strong><strong>bar</strong></strong></strong>***baz</p>
+<p>foo****<strong>bar</strong>*******baz</p>
         git (internal) (exit 1)
(cd _build/default && /usr/bin/git --no-pager diff --no-index --color=always -u tests/spec-428.html tests/spec-428.html.new)
diff --git a/tests/spec-428.html b/tests/spec-428.html.new
index 1922e30..11978e3 100644
--- a/tests/spec-428.html
+++ b/tests/spec-428.html.new
@@ -1 +1 @@
-<p><strong>foo<em>bar</em>baz</strong></p>
+<p><em><em>foo</em>bar</em>baz**</p>
         git (internal) (exit 1)
(cd _build/default && /usr/bin/git --no-pager diff --no-index --color=always -u tests/spec-468.html tests/spec-468.html.new)
diff --git a/tests/spec-468.html b/tests/spec-468.html.new
index f39b9e3..8639ebb 100644
--- a/tests/spec-468.html
+++ b/tests/spec-468.html.new
@@ -1 +1 @@
-<p><em>foo _bar</em> baz_</p>
+<p>*foo <em>bar* baz</em></p>
         git (internal) (exit 1)
(cd _build/default && /usr/bin/git --no-pager diff --no-index --color=always -u tests/spec-469.html tests/spec-469.html.new)
diff --git a/tests/spec-469.html b/tests/spec-469.html.new
index 2d64bd5..e6e0c07 100644
--- a/tests/spec-469.html
+++ b/tests/spec-469.html.new
@@ -1 +1 @@
-<p><em>foo <strong>bar *baz bim</strong> bam</em></p>
+<p>*foo __bar <em>baz bim__ bam</em></p>

Beginning with https://github.com/madroach/omd/blob/244197570c16f5fb7e86f87a74c30b4d9aeb4f37/tests/spec.txt#L6851-L6855

Required for #235

@shonfeder
Copy link
Collaborator Author

@tatchi knocked these out too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants