prettier/tests/cursor
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
comments-1.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
comments-2.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
comments-3.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
comments-4.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
cursor-0.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
cursor-1.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
cursor-2.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
cursor-3.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
cursor-4.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
cursor-5.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
cursor-6.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
cursor-7.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
cursor-8.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
cursor-9.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
cursor-10.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
file-start-with-comment-1.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
file-start-with-comment-2.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
jsfmt.spec.js Use destructuring for imports (#4554) 2018-05-27 21:36:12 +10:00
range-0.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
range-1.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
range-2.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
range-3.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00
range-4.js Fix cursor offset tracking (#4397) 2018-05-01 09:42:59 -03:00