racket/collects/mrlib/private/aligned-pasteboard/tests/insertion-without-display.ss
2005-05-27 18:56:37 +00:00

4 lines
192 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)