Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Autofixing incorrectly handles strings with \n #2202

Closed
WiseBird opened this issue Feb 13, 2017 · 0 comments
Closed

Autofixing incorrectly handles strings with \n #2202

WiseBird opened this issue Feb 13, 2017 · 0 comments

Comments

@WiseBird
Copy link
Contributor

Bug Report

  • TSLint version: 4.4.2
  • TypeScript version: 2.1.4
  • Running TSLint via: CLI

Auto fixing quotes " => ' in
str.split("\n");

Actual behavior

modelingResultStr.split('
');

Expected behavior

str.split('\n');

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants