Bitmap test adjustments
- fill in unix bitmaps - combine the horizontal metafunction test cases into a single bitmap
This commit is contained in:
parent
edcb13e206
commit
4483bb9045
|
@ -170,30 +170,25 @@
|
||||||
"metafunction-Name-vertical.png")
|
"metafunction-Name-vertical.png")
|
||||||
|
|
||||||
;; in horizontal mode:
|
;; in horizontal mode:
|
||||||
(btest (parameterize ([metafunction-pict-style 'left-right])
|
(btest (vl-append
|
||||||
|
(parameterize ([metafunction-pict-style 'left-right])
|
||||||
(render-metafunction Name))
|
(render-metafunction Name))
|
||||||
"metafunction-Name-horizontal.png")
|
(parameterize ([metafunction-pict-style 'left-right/beside-side-conditions])
|
||||||
(btest (parameterize ([metafunction-pict-style 'left-right/beside-side-conditions])
|
|
||||||
(render-metafunction Name))
|
(render-metafunction Name))
|
||||||
"metafunction-Name-horizontal-scbeside.png")
|
(parameterize ([metafunction-pict-style 'left-right/vertical-side-conditions])
|
||||||
(btest (parameterize ([metafunction-pict-style 'left-right/vertical-side-conditions])
|
|
||||||
(render-metafunction Name))
|
(render-metafunction Name))
|
||||||
"metafunction-Name-horizontal-scvert.png")
|
(parameterize ([metafunction-pict-style 'left-right/compact-side-conditions])
|
||||||
(btest (parameterize ([metafunction-pict-style 'left-right/compact-side-conditions])
|
|
||||||
(render-metafunction Name))
|
(render-metafunction Name))
|
||||||
"metafunction-Name-horizontal-sccompact.png")
|
(parameterize ([metafunction-pict-style 'left-right/compact-side-conditions]
|
||||||
(btest (parameterize ([metafunction-pict-style 'left-right/compact-side-conditions]
|
|
||||||
[linebreaks '(#t #f)])
|
[linebreaks '(#t #f)])
|
||||||
(render-metafunction Name))
|
(render-metafunction Name))
|
||||||
"metafunction-Name-horizontal-lb1.png")
|
(parameterize ([metafunction-pict-style 'left-right/compact-side-conditions]
|
||||||
(btest (parameterize ([metafunction-pict-style 'left-right/compact-side-conditions]
|
|
||||||
[linebreaks '(#f #t)])
|
[linebreaks '(#f #t)])
|
||||||
(render-metafunction Name))
|
(render-metafunction Name))
|
||||||
"metafunction-Name-horizontal-lb2.png")
|
(parameterize ([metafunction-pict-style 'left-right/beside-side-conditions]
|
||||||
(btest (parameterize ([metafunction-pict-style 'left-right/beside-side-conditions]
|
|
||||||
[linebreaks '(#t #f)])
|
[linebreaks '(#t #f)])
|
||||||
(render-metafunction Name))
|
(render-metafunction Name)))
|
||||||
"metafunction-Name-horizontal-scbeside-lb1.png")
|
"metafunction-Name-horizontal.png")
|
||||||
|
|
||||||
;; makes sure that there is no overlap inside or across metafunction calls
|
;; makes sure that there is no overlap inside or across metafunction calls
|
||||||
;; or when there are unquotes involved
|
;; or when there are unquotes involved
|
||||||
|
|
BIN
collects/redex/tests/bmps-unix/metafunction-Name-horizontal.png
Normal file
BIN
collects/redex/tests/bmps-unix/metafunction-Name-horizontal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 6.9 KiB |
Loading…
Reference in New Issue
Block a user