Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

objectEquals and other with undefined #1

Open
garex opened this issue Nov 30, 2009 · 0 comments
Open

objectEquals and other with undefined #1

garex opened this issue Nov 30, 2009 · 0 comments

Comments

@garex
Copy link

garex commented Nov 30, 2009

Code


assertObjectEquals(
    'Why this works?',
    {},
    {'hey': 1}
);

assertObjectEquals(
    'And this too???',
    {'hop': 3},
    {'hey': 1}
);

assertObjectEquals(
    'Only here we are normally stop.',
    {'hey': 2},
    {'hey': 1}
);

JsUnit 2.2

User-agents

  • Running on Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.15) Gecko/2009101601 Firefox/3.0.15
  • Running on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.33 Safari/530.5
  • Running on Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant