Sha256: 4c00de4f4d8e2084648c53391231ef40d8a46b6b7a038d139d2ab8e371584137
Contents?: true
Size: 307 Bytes
Versions: 13
Compression:
Stored size: 307 Bytes
Contents
:- begin_tests(hello_word). test(hello_world) :- hello_world('Hello World!'). test(hello_world_fail, blocked("Pending")) :- hello_world('Alice', 'Hello Alice!'). test(hello_world_fail, blocked("Pending")) :- hello_world('Bob', 'Hello Bob!'). :- end_tests(hello_word).
Version data entries
13 entries across 13 versions & 1 rubygems