assert: indicate if exception message is generated
authorGlen Mailer <glenjamin@gmail.com>
Wed, 11 Sep 2013 16:18:25 +0000 (17:18 +0100)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Fri, 11 Oct 2013 17:15:03 +0000 (10:15 -0700)
commit66b8c3c5a03717f3ddc0399c063713e7f6f4ad10
tree0939867dcd9b3b2ca7c226b163a7182e1c317c7c
parent2b9e3fb1835d8ed0f10bd38e98f3915caf61e26c
assert: indicate if exception message is generated

AssertionError.generatedMessage is now true when
AssertionError.message was generated from expected and actual

Fixes #5836, #6206
lib/assert.js
test/simple/test-assert.js