prettier/tests/flow/dom
Christopher Chedeau 8bc3c617a0 Preserve next line with trailing comment (#535)
It turns that our hasNextLine logic needs to be tuned to skip all the trailing comments. The code is not pretty but it does the job. It looks like it fixes a bunch of things in the test cases :)

I made sure that nested inline comments are NOT valid JavaScript

```js
/* /* a */ */
Uncaught SyntaxError: Unexpected token *
```

so it is okay to do a dumb search for */ when you are in a comment
2017-01-31 11:27:44 -05:00
..
__snapshots__ Preserve next line with trailing comment (#535) 2017-01-31 11:27:44 -05:00
CanvasRenderingContext2D.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
CustomEvent.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
Document.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
Element.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
HTMLCanvasElement.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
HTMLElement.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
HTMLInputElement.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
URL.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
eventtarget.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
jsfmt.spec.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
path2d.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
registerElement.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
traversal.js Move tests around (#454) 2017-01-24 14:35:37 -08:00