prettier/tests/html_tags
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
case-sensitive.html fix(html): preserve case-sensitive attributes (#5109) 2018-09-19 21:36:37 +08:00
closing-at-start.html feat(html): whitespace-sensitive formatting (#5168) 2018-10-13 13:55:38 +08:00
custom-element.html feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00
jsfmt.spec.js test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
openging-at-end.html feat(html): whitespace-sensitive formatting (#5168) 2018-10-13 13:55:38 +08:00
pre.html fix(html): preserve content for element in `<pre>` correctly (#5473) 2018-11-15 10:34:27 +08:00
tags.html feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00
textarea.html feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00
unsupported.html [WIP] feat: html support (#4753) 2018-09-13 07:06:49 -06:00