prettier/tests/markdown_splitCjkText
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
chinese-japanese.md fix(markdown): add more category to CJK regex (#5480) 2018-11-15 00:10:50 +08:00
jsfmt.spec.js feat(markdown): add `proseWrap: "preserve"` option (#3340) 2017-12-02 09:48:40 +11:00
korean.md fix(markdown): do not add whitespaces between Latin and Hangul (#5040) 2018-09-02 16:20:22 +08:00
link.md feat(markdown): support CJK and emoji (#3026) 2017-10-14 23:57:31 -05:00
mixed.md feat(markdown): support CJK and emoji (#3026) 2017-10-14 23:57:31 -05:00
space.md feat(markdown): support CJK and emoji (#3026) 2017-10-14 23:57:31 -05:00