Skip to content

Conversation

arkenidar
Copy link

No description provided.

@arkenidar
Copy link
Author

var name='rich!'
assert(()=>name=='richard')

gives:

Error: Assertion {name=='richard'} is false!
(plus stacktrace)


var name='rich!'
assert(()=>name=='richard','name is '+name)

gives:

Error: Assertion {name=='richard'} is false! in fact ... name is rich!
(plus stacktrace)

:) ;)

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.

1 participant