We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug expect(recieved).toBe(expected) !== object is equality
To Reproduce Go to RegEx: REGEXP_EMPTY_BLOCKQUOTE
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
i think it's done already. link: https://github.com/LLazyEmail/markdown-regex/blob/main/tests/empty-blockqoute/empty-blockquote.test.js#L9
atherdon
Olgalex
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: