Minilisp.pm/t/comments.t

8 lines
243 B
Perl
Raw Normal View History

2021-04-09 00:01:27 +02:00
(plan 3)
2021-04-02 16:06:26 +02:00
;; This is a comment
(expect "Comment does not influence code" t)
2021-04-08 23:33:09 +02:00
;; Another comment
(expect "Comment does not influence code pt.2" t) ;; Even after another expression
(expect "Comment does not influence code pt.3" t)
;; Last comment