A Word about Test Cases for Images

When a function produces an image, you may provide test cases for the function using the following format:

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; test cases for add-salad

(add-side pizza salad) "creates an image of a salad next to a pizza"

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
In other words, simply provide a description of the image that you expect the function to create.