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 ol-list.test #180

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

FAIL ol-list.test #180

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_OL_LIST

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/ol-list/ol-list.test.js

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

this one looks fine in my opinion. does it pass the test or not? if this test is failing, maybe something wrong with our setup...

@Olgalex
Copy link
Collaborator Author

Olgalex commented Aug 21, 2022

May I should delete my fork and take it one more from your repository?

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