Skip to content

Conversation

@robertkowalski
Copy link
Member

  • Adds found differences for Chrome & Firefox.
  • Fixes method signature to support multiple arguments and not just one message.

As the logger function is called if the assertion fails, console.assert MUST support format specifiers, which closes #4

@terinjokes
Copy link
Collaborator

LGTM 👍

@domenic
Copy link
Member

domenic commented Jan 30, 2016

LGTM, maybe add "closes #4" to the second commit.

support multiple arguments and not just one message. as the logger
is called if the assertion fails, console.assert MUST support
format specifiers.
robertkowalski added a commit that referenced this pull request Jan 30, 2016
PR: #41
PR-URL: #41
Reviewed-By: Terin Stock <terin@terinstock.com>
Reviewed-By: Domenic Denicola <d@domenic.me>
robertkowalski added a commit that referenced this pull request Jan 30, 2016
support multiple arguments and not just one message. as the logger
is called if the assertion fails, console.assert MUST support
format specifiers.

PR: #41
PR-URL: #41
Reviewed-By: Terin Stock <terin@terinstock.com>
Reviewed-By: Domenic Denicola <d@domenic.me>
@robertkowalski
Copy link
Member Author

merged with the edge addition - but i forgot the fixes comment :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

allow formatting specifiers in console.assert.

4 participants