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

Version Path
trackler-2.0.0.6 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-2.0.0.5 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-2.0.0.4 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-2.0.0.3 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-2.0.0.2 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-2.0.0.1 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-2.0.0.0 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-1.0.4.1 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-1.0.4.0 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-1.0.3.0 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-1.0.2.1 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-1.0.2.0 tracks/prolog/exercises/hello-world/hello_world_tests.plt
trackler-1.0.1.2 tracks/prolog/exercises/hello-world/hello_world_tests.plt