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

6..5.x - test_markdown is failing #6837

Open
echarles opened this issue Apr 7, 2023 · 0 comments
Open

6..5.x - test_markdown is failing #6837

echarles opened this issue Apr 7, 2023 · 0 comments

Comments

@echarles
Copy link
Member

echarles commented Apr 7, 2023

FAILED notebook/tests/selenium/test_markdown.py::test_markdown_cell - assert ['<h1 id="Foo.../code></pre>'] == ['<h1 id="Foo.../code></pre>']
  At index 3 diff: '<pre><code>x = 1\n</code></pre>' != '<pre><code>x = 1</code></pre>'
  Full diff:
    [
     '<h1 id="Foo">Foo<a class="anchor-link" href="#Foo">¶</a></h1>',
     '<p><strong>Bar</strong></p>',
     '<p><em>Baz</em></p>',
  -  '<pre><code>x = 1</code></pre>',
  +  '<pre><code>x = 1\n'
  +  '</code></pre>',
  -  '<pre><code class="cm-s-ipython language-aaaa">x = 1</code></pre>',
  ?                                                      ^^^^^^^^^^^^^ -
  +  '<pre><code class="cm-s-ipython language-aaaa">x = 1\n'
  ?                                                      ^^
  +  '</code></pre>',
     '<pre><code class="cm-s-ipython language-python"><span '
     'class="cm-variable">s</span> <span class="cm-operator">=</span> <span '
     'class="cm-string">"$"</span>\n'
     '<span class="cm-variable">t</span> <span class="cm-operator">=</span> <span '
  -  'class="cm-string">"$"</span></code></pre>',
  ?                               ^^^^^^^^^^^^^ -
  +  'class="cm-string">"$"</span>\n'
  ?                               ^^
  +  '</code></pre>',
    ]
@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to issues that need triage label Apr 7, 2023
@RRosio RRosio added bug tag:Testing and removed status:Needs Triage Applied to issues that need triage labels Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants