* Use template strings in non-regression tests
* Refactor non-regression tests to fix test failures
Moved backtick to fix test 'getter/setter babel/babel-eslint#218' as indent matters
Fixed line numbers for some tests
* Use template strings in babel-eslint tests
* Fix tests for babel-eslint
Avoids error that shows when using template strings for tests:
line 253 line comments
line 260 block comments
line 306 jsdoc
Error: At loc.start.column: are different (6 !== 0)
* Other small template literal changes
* Add unpad to correctly indent template literals