From 59e1c091544b4a61b7ed2781a399f073efadfd43 Mon Sep 17 00:00:00 2001 From: jindraivanek Date: Mon, 7 May 2018 12:10:33 +0200 Subject: [PATCH] Enable else if comments test --- src/Fantomas.Tests/CommentTests.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fantomas.Tests/CommentTests.fs b/src/Fantomas.Tests/CommentTests.fs index ec266ce077..37e692993c 100644 --- a/src/Fantomas.Tests/CommentTests.fs +++ b/src/Fantomas.Tests/CommentTests.fs @@ -297,7 +297,7 @@ type IlxGenOptions = alwaysCallVirt : bool } """ -[] +[] let ``should keep comments on else if``() = formatSourceString false """ if true then ()