Revert "lists: Add list literal doc example."
[factor.git] / basis / cairo / cairo-tests.factor
blob0d3731d76b81b0cdd1d6016f53c69158409f8481
1 USING: accessors cairo math.rectangles tools.test ;
3 { { 10 20 } } [
4     { 10 20 } [
5         { 0 1 } { 3 4 } <rect> fill-rect
6     ] make-bitmap-image dim>>
7 ] unit-test