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.
pollen/pollen/test/test-current-metas.rkt

6 lines
151 B
Racket

#lang pollen
(require rackunit)
(define-meta foo "bar")
(check-equal? (test-current-metas) "foo here-path zim")
(define-meta zim "zam")