Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tryit
  • Loading branch information
cartermp committed Jul 10, 2019
commit 6f72f0468dc1d521edb330f87a0077d49262d841
2 changes: 1 addition & 1 deletion tests/fsharp/core/anon/lib.fs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module KindB1 =
check "coijoiwcnkwle2" {| a = 2 |} {| a = 2 |}

check "coijoiwcnkwle3" (sprintf "%A" {| X = 10 |}) "{ X = 10 }"
check "coijoiwcnkwle4" (sprintf "%A" {| X = 10; Y = 1 |} |> fun s -> s.Replace("\n","").Replace("\r","")) ("{ X = 10 Y = 1 }".Replace("\n","").Replace("\r",""))
check "coijoiwcnkwle4" (sprintf "%A" {| X = 10; Y = 1 |}) "{ X = 10\n Y = 1 }"
check "clekoiew09" (f2 {| X = {| X = 10 |} |}) 10
check "cewkew0oijew" (f2 {| X = {| X = 20 |} |}) 20

Expand Down