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

Add dynamic capability using regex #17

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

memassamara
Copy link

No description provided.

@memassamara memassamara closed this Sep 6, 2020
@memassamara memassamara reopened this Sep 6, 2020
@memassamara memassamara closed this Sep 6, 2020
@memassamara memassamara reopened this Sep 6, 2020
test.js Outdated Show resolved Hide resolved
test.js Outdated Show resolved Hide resolved
test.js Outdated Show resolved Hide resolved
else if (expected === actual)
return true;
else if ((typeof expected === "object" && expected !== null) && (typeof actual === "object" && actual !== null)) {
for (var prop in expected) {
Copy link
Contributor

@guy-microsoft guy-microsoft Sep 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should also check that number of attributes to ensure deep equality.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will conflict with what we did in the transformation script, kindly consult with Amir on how/when we should use this deepEqual method and get back to me.

@memassamara memassamara force-pushed the Add_dynamic_capability_using_regex branch from 666badf to b6d3c7e Compare September 7, 2020 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants