Skip to content

Commit

Permalink
Enable test comment after closing brace in nested record. Fixes fsp…
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Jan 28, 2022
1 parent aa508ef commit e34acde
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Fantomas.Tests/NumberOfItemsRecordTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,6 @@ let config =
}
"""

// FIXME: See https://github.com/fsprojects/fantomas/issues/1172
[<Ignore("Issue #1172")>]
[<Test>]
let ``comment after closing brace in nested record, 1172`` () =
formatSourceString
Expand All @@ -820,8 +818,8 @@ let person =
let person =
{ Name = "James"
Address =
{ Street = "Bakerstreet"
Number = 42 } // end address
{ Street = "Bakerstreet"
Number = 42 } // end address
} // end person
"""

Expand Down

0 comments on commit e34acde

Please sign in to comment.