From 54f3250cdd6eeed608dcdcec4ed9e9cd792f7140 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Wed, 11 Feb 2015 19:48:32 -0800 Subject: [PATCH] Add fomratting tests --- tests/cases/fourslash/server/format.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/cases/fourslash/server/format.ts diff --git a/tests/cases/fourslash/server/format.ts b/tests/cases/fourslash/server/format.ts new file mode 100644 index 00000000000..75d06eef0c2 --- /dev/null +++ b/tests/cases/fourslash/server/format.ts @@ -0,0 +1,8 @@ +/// + +/////**/module Default{var x= ( { } ) ;} + + +format.document(); +goTo.marker(); +verify.currentLineContentIs('module Default { var x = ({}); }'); \ No newline at end of file