You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
brag/brag/test/test-hide-top.rkt

8 lines
187 B
Racket

#lang racket/base
(require brag/examples/hide-top
brag/support
rackunit)
;; check that the top rule name can be cut (hidden)
(check-equal? (parse-to-datum "x") '("x"))