
appear in saved wxme format files also, improve the testing support for testing snip loading (before this, the testing infrastructure could let one test "leak" into another one in a way that could mask failures) please include in release branch
10 lines
340 B
Racket
10 lines
340 B
Racket
#lang racket/base
|
|
(require framework
|
|
racket/class
|
|
racket/snip)
|
|
(define snip-class (send (get-the-snip-class-list) find
|
|
(format "~s" `(lib "number-snip.ss" "drscheme" "private"))))
|
|
(provide snip-class)
|
|
;; this is here because there may be old number snips
|
|
;; out there that still point to this file
|