racket/collects/mrlib/private/aligned-pasteboard/tests/insertion-without-display.ss
2008-02-24 21:27:36 +00:00

5 lines
193 B
Scheme

(require (lib "aligned-pasteboard.ss" "mrlib"))
(with-handlers ([exn? (lambda (x) #f)])
(send (new pasteboard%) insert (new aligned-editor-snip% (editor (new horizontal-pasteboard%))))
#t)