prettier/tests/html_whitespace
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
break-tags.html feat(html): whitespace-sensitive formatting (#5168) 2018-10-13 13:55:38 +08:00
display-inline-block.html feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00
display-none.html feat(html): whitespace-sensitive formatting (#5168) 2018-10-13 13:55:38 +08:00
fill.html feat(html): whitespace-sensitive formatting (#5168) 2018-10-13 13:55:38 +08:00
inline-leading-trailing-spaces.html feat(html): whitespace-sensitive formatting (#5168) 2018-10-13 13:55:38 +08:00
inline-nodes.html feat(html): whitespace-sensitive formatting (#5168) 2018-10-13 13:55:38 +08:00
jsfmt.spec.js feat(html): whitespace-sensitive formatting (#5168) 2018-10-13 13:55:38 +08:00
non-breaking-whitespace.html feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00
table.html feat(html): whitespace-sensitive formatting (#5168) 2018-10-13 13:55:38 +08:00