Skip to content

Add dynamic capability using regex#17

Open
memassamara wants to merge 5 commits intomicrosoft:masterfrom
memassamara:Add_dynamic_capability_using_regex
Open

Add dynamic capability using regex#17
memassamara wants to merge 5 commits intomicrosoft:masterfrom
memassamara:Add_dynamic_capability_using_regex

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
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