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")
|
||||
|
||||
;; in horizontal mode:
|
||||
(btest (parameterize ([metafunction-pict-style 'left-right])
|
||||
(render-metafunction Name))
|
||||
(btest (vl-append
|
||||
(parameterize ([metafunction-pict-style 'left-right])
|
||||
(render-metafunction Name))
|
||||
(parameterize ([metafunction-pict-style 'left-right/beside-side-conditions])
|
||||
(render-metafunction Name))
|
||||
(parameterize ([metafunction-pict-style 'left-right/vertical-side-conditions])
|
||||
(render-metafunction Name))
|
||||
(parameterize ([metafunction-pict-style 'left-right/compact-side-conditions])
|
||||
(render-metafunction Name))
|
||||
(parameterize ([metafunction-pict-style 'left-right/compact-side-conditions]
|
||||
[linebreaks '(#t #f)])
|
||||
(render-metafunction Name))
|
||||
(parameterize ([metafunction-pict-style 'left-right/compact-side-conditions]
|
||||
[linebreaks '(#f #t)])
|
||||
(render-metafunction Name))
|
||||
(parameterize ([metafunction-pict-style 'left-right/beside-side-conditions]
|
||||
[linebreaks '(#t #f)])
|
||||
(render-metafunction Name)))
|
||||
"metafunction-Name-horizontal.png")
|
||||
(btest (parameterize ([metafunction-pict-style 'left-right/beside-side-conditions])
|
||||
(render-metafunction Name))
|
||||
"metafunction-Name-horizontal-scbeside.png")
|
||||
(btest (parameterize ([metafunction-pict-style 'left-right/vertical-side-conditions])
|
||||
(render-metafunction Name))
|
||||
"metafunction-Name-horizontal-scvert.png")
|
||||
(btest (parameterize ([metafunction-pict-style 'left-right/compact-side-conditions])
|
||||
(render-metafunction Name))
|
||||
"metafunction-Name-horizontal-sccompact.png")
|
||||
(btest (parameterize ([metafunction-pict-style 'left-right/compact-side-conditions]
|
||||
[linebreaks '(#t #f)])
|
||||
(render-metafunction Name))
|
||||
"metafunction-Name-horizontal-lb1.png")
|
||||
(btest (parameterize ([metafunction-pict-style 'left-right/compact-side-conditions]
|
||||
[linebreaks '(#f #t)])
|
||||
(render-metafunction Name))
|
||||
"metafunction-Name-horizontal-lb2.png")
|
||||
(btest (parameterize ([metafunction-pict-style 'left-right/beside-side-conditions]
|
||||
[linebreaks '(#t #f)])
|
||||
(render-metafunction Name))
|
||||
"metafunction-Name-horizontal-scbeside-lb1.png")
|
||||
|
||||
;; makes sure that there is no overlap inside or across metafunction calls
|
||||
;; 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