| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks Justin. LGTM, with just a couple small nits!
'\nAPI Test Error in testAssertEq\n' +
'{"test":1} did not deep-equal null\n' +
'API Test Error in testAssertEq\n' +
'null did not deep-equal {"test":1}',
messages);nit: Did `git cl format --js` format it with this indentation?
// These need to be optional because they can be null.nit: any specific reason you removed this comment here and below, but not in the middle?
'\nExpected unequal values, but both are ' + $JSON.stringify(value);optional: While we're here, let's template this string:
```
`\nExpected unequal values, but both are ${$JSON.stringify(value)}`;
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +2 |
'\nAPI Test Error in testAssertEq\n' +
'{"test":1} did not deep-equal null\n' +
'API Test Error in testAssertEq\n' +
'null did not deep-equal {"test":1}',
messages);nit: Did `git cl format --js` format it with this indentation?
Unfortunately yes 😞
// These need to be optional because they can be null.nit: any specific reason you removed this comment here and below, but not in the middle?
Nope, reverted! Thanks for the catch.
'\nExpected unequal values, but both are ' + $JSON.stringify(value);optional: While we're here, let's template this string:
```
`\nExpected unequal values, but both are ${$JSON.stringify(value)}`;
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |