Skip to content

Commit

Permalink
Add form extension test
Browse files Browse the repository at this point in the history
Closes #267.
  • Loading branch information
masak committed Jan 5, 2021
1 parent 010a36b commit fd47bbf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions t/form-extension.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!perl -T
use 5.006;
use strict;
use warnings;
use Language::Bel::Test::DSL;

__DATA__
> (form hello ((e) a s r m)
(mev s (cons (append "Hello " e "!") r) m))
!IGNORE: output of form definition
> (bel '(hello "world"))
"Hello world!"

0 comments on commit fd47bbf

Please sign in to comment.