We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3faa129 commit ee55c10Copy full SHA for ee55c10
tests/service/EditorTests.fs
@@ -407,7 +407,7 @@ let _ = sprintf " %*.1f" 3 4.5
407
let _ = sprintf " %6.*f" 3 4.5
408
let _ = sprintf " %6.*%" 3
409
let _ = printf " %a" (fun _ _ -> ()) 2
410
-let _ = printf " %*a" 3 (fun _ _ -> ()) 2 //TODO: this fails in coreclr
+let _ = printf " %*a" 3 (fun _ _ -> ()) 2
411
"""
412
413
let file = "/home/user/Test.fsx"
0 commit comments