prettier/tests/html_basics
Ika 4af3dd4b07
test: improve snapshots (#5521)
- before
  ```
  ${input}${"~".repeat(printWidth)}
  ${output}
  ```
- after
  ```
  ===options===
  ${options}
  ${" ".repeat(printWidth)}| printWidth
  ====input====
  ${input}
  ===output====
  ${output}
  =============
  ```
2018-11-25 16:21:14 +08:00
..
__snapshots__ test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
comment.html fix(html): exclude comments from fragment detection (#5100) 2018-09-17 21:38:06 +08:00
empty-doc.html [WIP] feat: html support (#4753) 2018-09-13 07:06:49 -06:00
empty.html [WIP] feat: html support (#4753) 2018-09-13 07:06:49 -06:00
form.html [WIP] feat: html support (#4753) 2018-09-13 07:06:49 -06:00
hello-world.html feat(html): add parse5/htmlparser2 printer (#2083) 2017-06-09 19:22:59 -07:00
html-comments.html fix(html): support comment on top (#4141) 2018-03-13 19:47:48 +03:00
html5-boilerplate.html [WIP] feat: html support (#4753) 2018-09-13 07:06:49 -06:00
jsfmt.spec.js feat(html): switch to htmlparser2 (#5127) 2018-09-22 21:53:38 +08:00
more-html.html [WIP] feat: html support (#4753) 2018-09-13 07:06:49 -06:00
void-elements.html Support handlebars (#3534) 2017-12-29 18:14:31 +01:00