-['tests/scryer/cli/issues/do_not_duplicate_path_components.pl'].
-['tests/scryer/cli/issues/do_not_duplicate_path_components.pl'].
+['throw_e.pl'].
+['throw_e.pl'].
halt.
# issue 820
-args = ["-f", "--no-add-history", "-g", "test,halt", "tests/scryer/cli/issues/goals.pl"]
+args = ["-f", "--no-add-history", "-g", "test,halt", "goals.pl"]
--- /dev/null
+test :- write(world), nl.
+
+:- initialization(write(hello)).
\ No newline at end of file
# issue 820
-args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "tests/scryer/cli/issues/goals.pl"]
+args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "goals.pl"]
# issue 841
-args = ["-f", "--no-add-history", "tests/scryer/cli/issues/occurs_check_flag.pl"]
+args = ["-f", "--no-add-history", "occurs_check_example.pl"]
# issue 839
-args = ["-f", "--no-add-history", "tests/scryer/cli/issues/op3.pl", "-g", "halt"]
+args = ["-f", "--no-add-history", "op3.pl", "-g", "halt"]
--- /dev/null
+% hello
+% line!
+
+a :- b(X).
-['tests/scryer/cli/issues/issue812-singleton-warning.pl'].
+['singleton_example.pl'].
halt.
-Warning: singleton variables X at line 4 of issue812-singleton-warning.pl
+Warning: singleton variables X at line 4 of singleton_example.pl
true.