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

Commit

Permalink
Test file update
Browse files Browse the repository at this point in the history
  • Loading branch information
IllusionMH committed Dec 29, 2016
1 parent e1e1c4e commit f37c74d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/rules/import-spacing/test.ts.lint
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ ts from "typescript";
~~ [No line breaks are allowed in import declaration]

import * as ts
~nil
from "typescript";
~~~~~~~~~~~~~~~~~~ [No line breaks are allowed in import declaration]

Expand Down Expand Up @@ -93,6 +94,7 @@ import
{Expression} from "typescript";

import {Expression}
~nil
from "typescript";
~~~~~~~~~~~~~~~~~~ [No line breaks are allowed in import declaration]

Expand Down Expand Up @@ -137,6 +139,7 @@ import {
import {
Expression
}
~nil
from "typescript";
~~~~~~~~~~~~~~~~~~ [No line breaks are allowed in import declaration]

Expand Down

0 comments on commit f37c74d

Please sign in to comment.