summary refs log tree commit diff stats
path: root/t
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2023-03-28 10:13:34 +0530
committerAndinus <andinus@nand.sh>2023-03-28 10:13:34 +0530
commita59630771f33c28f52cf947dc26a53e187d1252f (patch)
tree546718c07a06bff786678cc5aa6ec055cf40143c /t
parenteb3e195fb9479f4f6b00d1f76a0cb47a8d8f30d9 (diff)
downloadTemplateNestFast-a59630771f33c28f52cf947dc26a53e187d1252f.tar.gz
Add initial design, basic test HEAD main
Diffstat (limited to 't')
-rw-r--r--t/00-basic.rakutest5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/00-basic.rakutest b/t/00-basic.rakutest
new file mode 100644
index 0000000..bcd096f
--- /dev/null
+++ b/t/00-basic.rakutest
@@ -0,0 +1,5 @@
+use Test;
+
+plan 1;
+
+use-ok 'Template::Nest::Fast';