Skip to content

Lists of images fail to render in check-expects when selecting BSL from drop-down #249

@bbbowers

Description

@bbbowers

What version of Racket are you using?
8.18

What program did you run?
(require 2htdp/image)

(define I1 (rectangle 10 20 "solid" "blue")) ; area: 200
(define I2 (rectangle 20 30 "solid" "red")) ; area: 600
(define I3 (rectangle 30 40 "solid" "green")) ; area: 1200
(define I4 (circle 20 "solid" "red"))

(check-expect (list I1 I2 I3 I4) (list I4 I3 I2 I1))

What should have happened?
The first list of images shows correctly, but every other list does not

If you got an error message, please include it here.

Please include any other relevant details
This only occurs when selecting BSL from the UI. The issue resolves itself when using "determine language from source" and setting #lang htdp/bsl

video demo (more for my class than for you but) https://youtu.be/i4_OuZODeTs

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugtest enginetopics related to the test engine

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions