Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tests(markdown): mark version number test as failing
#5660 is keeping track of it.
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Apr 11, 2024
commit 5d573d8e6c8835c3d8dc3818e6a3fbb002d029ff
3 changes: 2 additions & 1 deletion src/tests/extensions/Markdown.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ describe('Markdown extension integrated in the editor', () => {
expect(text).toBe('Hermannsreute 44A')
})

it('copy version number without escape character', () => {
// See https://github.com/nextcloud/text/issues/5660
it.failing('copy version number without escape character', () => {
const editor = createCustomEditor({
content: '<p>Hello</p><p>28.0.4</p>',
extensions: [Markdown],
Expand Down