phc-toolkit/test/test-percent2.rkt

7 lines
158 B
Racket

#lang typed/racket
(require phc-toolkit/percent2
typed/rackunit)
(check-equal? (% #,x = #'y
in
x)
'y)