prettier/tests/comments
ChristianHersevoort 04c959d687 Feature/verify against same snapshot (#1087)
* Verify parsers against same snapshot

- Reworked run_spec, now accepts 3th optional array argument for
additional parsers to verify against
- Merged duplicate run_spec configs
- Removed duplicate snapshot data

* Formatted run_spec.js with prettier

* Fixed node4 incompatibility
2017-03-25 08:10:17 -07:00
..
__snapshots__ Feature/verify against same snapshot (#1087) 2017-03-25 08:10:17 -07:00
assignment-pattern.js Fix unprinted comments in destructuring (#898) 2017-03-05 14:40:03 -08:00
blank.js Fix files with comments only (#813) 2017-03-07 11:02:45 -08:00
call_comment.js Fix comment for `call( // comment` (#858) 2017-03-03 16:47:13 -05:00
dangling.js Fix missing dangling comment in exports (#741) 2017-02-19 14:39:09 -08:00
dangling_array.js Fix missing dangling comments in arrays (#744) 2017-02-19 17:25:18 -08:00
dangling_for.js Fix missing dangling comments in for loop (#742) 2017-02-20 09:17:10 -05:00
export.js Fix broken export comment (#899) 2017-03-05 21:49:07 -08:00
first-line.js Remove first line special case (#597) 2017-02-04 21:36:48 -05:00
flow_union.js Unrestrict flow union comments check (#1040) 2017-03-20 12:33:42 -04:00
function-declaration.js Fix function declaration params comments (#802) 2017-02-24 07:26:30 -08:00
if.js Make comments between if & else to look good (#544) 2017-02-01 16:23:49 -08:00
issues.js Fix closing call expression commented out (#530) 2017-01-31 06:52:53 -08:00
jsfmt.spec.js Feature/verify against same snapshot (#1087) 2017-03-25 08:10:17 -07:00
jsx.js Print line/mixed comments on new lines inside JSXEmptyExpression (#985) 2017-03-10 18:23:11 -08:00
last-arg.js Preserve comment position for last arg or method (#1025) 2017-03-17 14:00:01 -04:00
preserve-new-line-last.js Fix trailing new lines preservation (#724) 2017-02-16 09:56:12 -05:00
return-statement.js Recursively find leading comments inside ReturnStatements (#955) 2017-03-08 17:06:18 -08:00
switch.js Fix additional empty line switch case comment (#936) 2017-03-17 08:08:36 -07:00
template-literal.js [WIP] Fix comments in template literals (#643) 2017-02-23 09:23:56 -08:00
try.js Better support try/catch comments (#607) 2017-02-04 21:25:29 -05:00