diff --git a/tests/cases/fourslash/formattingIllegalImportClause.ts b/tests/cases/fourslash/formattingIllegalImportClause.ts
new file mode 100644
index 00000000000..9e97087c000
--- /dev/null
+++ b/tests/cases/fourslash/formattingIllegalImportClause.ts
@@ -0,0 +1,26 @@
+///
+
+//// var expect = require('expect.js');
+//// import React from 'react'/*1*/;
+//// import { mount } from 'enzyme';
+//// require('../setup');
+//// var Amount = require('../../src/js/components/amount');
+
+//// describe('', () => {
+//// var history
+//// beforeEach(() => {
+//// history = createMemoryHistory();
+//// sinon.spy(history, 'pushState');
+//// });
+
+//// afterEach(() => {
+//// })
+
+//// it('redirects to order summary', () => {
+
+//// });
+//// });
+
+format.document();
+goTo.marker("1");
+verify.currentLineContentIs("import React from 'react';")
\ No newline at end of file