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

FAIL empty-blockquote.test #179

Open
Olgalex opened this issue Aug 1, 2022 · 2 comments
Open

FAIL empty-blockquote.test #179

Olgalex opened this issue Aug 1, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Olgalex
Copy link
Collaborator

Olgalex commented Aug 1, 2022

Describe the bug
expect(recieved).toBe(expected) !== object is equality

To Reproduce
Go to RegEx: REGEXP_EMPTY_BLOCKQUOTE

Expected result
expect(recieved).toBe(expected) === object is equality

Actual result
expect(recieved).toBe(expected) !== object is equality
https://github.com/LLazyEmail/markdown-regex/blob/main/tests/empty-blockqoute/empty-blockquote.test.js

@Olgalex Olgalex added the bug Something isn't working label Aug 1, 2022
@Olgalex Olgalex changed the title empty-blockquote.test FAIL empty-blockquote.test Aug 17, 2022
@atherdon
Copy link
Collaborator

here i would probably add some empty space after > symbol, in order to make it look more real.

question: does this test works goes green or fails?

@atherdon
Copy link
Collaborator

atherdon commented Sep 5, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants