Bharath Raja

Results 7 issues of Bharath Raja

- Having a complete callback like jQuery. - Success and Error callback with corresponding names. - url is now being a part of option

- [ ] Add images - [ ] Add meta tags

splitting by "\n" doesn't give the meta data as first array value since there are numerous '\n' inside the meta data

``` javascript expect({ a: Symbol('test'), b: 'bar', }).to.deep.equal({ a: 'foo', b: 'bar', }) ``` **Fails but does not show the diff.** If `Symbol('test')` is replaced by `'test'`, It works ![image](https://cloud.githubusercontent.com/assets/2320747/14177211/ddcbcc1a-f772-11e5-8bbd-c5c286ed2d0f.png)

type: bug
area: reporters
status: accepting prs

https://babeljs.io/docs/learn-es2015/#default-rest-spread

Fixes #22 - [x] Sending array or object based on number of refs given. Making sure it's backward compatible. - [x] Add tests for the new code - [x] Update...

Having something like this would be perfect `const { header, body, inner } = findWithRef(component, 'header', 'body', 'inner')`