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 ee88a6b commit 5d1904eCopy full SHA for 5d1904e
examples/Pretty2.fram
@@ -15,6 +15,7 @@ let groceryList =
15
]
16
17
let table =
18
+ let vsep = text " | " in
19
let header =
20
vsep
21
<> text "Product" <> vsep.shift
lib/Pretty/Size.fram
@@ -306,10 +306,4 @@ pub let runTests () = testSuite "/Pretty/Size" (fn () =>
306
assertEqF
307
(lt >+> t).width
308
(SShift {dangle=3,width=1} (SLast {width=4} (SFix {width=6}))));
309
-
310
- testCase "fuck it" (fn () =>
311
- let t1 = Size {height=0, width=SLast {width=0} (SShift {width=10, dangle=0} (SFix {width = 10}))}
312
- let t2 = Size {height=0, width=SLast {width=100} (SFix {width=100})} in
313
- assertEqF (t1 <> t2) (textSize ""));
314
315
())
0 commit comments