[libatteanx-compatilibity-trine-perl] 06/22: tests for literals

Jonas Smedegaard dr at jones.dk
Sat Dec 23 13:31:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.001-1
in repository libatteanx-compatilibity-trine-perl.

commit 2ad542d1fd451e147c2ed146ef0fe8c10694fc15
Author: Kjetil Kjernsmo <kjetil at kjernsmo.net>
Date:   Mon Aug 14 14:52:04 2017 +0200

    tests for literals
---
 t/literal.t | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/t/literal.t b/t/literal.t
new file mode 100644
index 0000000..31a697a
--- /dev/null
+++ b/t/literal.t
@@ -0,0 +1,13 @@
+#!/usr/bin/env perl
+
+use strict;
+use Test::More;
+
+use_ok('Attean::Literal');
+
+can_ok('Attean::Literal', 'literal_value');
+can_ok('Attean::Literal', 'literal_value_language');
+can_ok('Attean::Literal', 'has_datatype');
+can_ok('Attean::Literal', 'literal_datatype');
+
+done_testing;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatteanx-compatilibity-trine-perl.git



More information about the Pkg-perl-cvs-commits mailing list