]> Repositorios git - scryer-prolog.git/commitdiff
rename to match toml file
authorSkgland <[email protected]>
Mon, 4 Dec 2023 21:23:04 +0000 (22:23 +0100)
committerBennet Bleßmann <[email protected]>
Mon, 4 Dec 2023 21:23:04 +0000 (22:23 +0100)
- goals.pl is used by both compound_goal.toml and multiple_goals.toml therefor renamed the later to share a common prefix with goals.pl, to keep them together

13 files changed:
tests/scryer/cli/issues/do_not_duplicate_path_components.pl [moved from tests/scryer/cli/issues/issue852-throw_e.pl with 100% similarity]
tests/scryer/cli/issues/do_not_duplicate_path_components.stdin
tests/scryer/cli/issues/goals.pl [moved from tests/scryer/cli/issues/issue820-goals.pl with 100% similarity]
tests/scryer/cli/issues/goals_compound_goal.stderr [moved from tests/scryer/cli/issues/compound_goal.stderr with 100% similarity]
tests/scryer/cli/issues/goals_compound_goal.stdout [moved from tests/scryer/cli/issues/compound_goal.stdout with 100% similarity]
tests/scryer/cli/issues/goals_compound_goal.toml [moved from tests/scryer/cli/issues/compound_goal.toml with 72% similarity]
tests/scryer/cli/issues/goals_multiple_goals.stderr [moved from tests/scryer/cli/issues/multiple_goals.stderr with 100% similarity]
tests/scryer/cli/issues/goals_multiple_goals.stdout [moved from tests/scryer/cli/issues/multiple_goals.stdout with 100% similarity]
tests/scryer/cli/issues/goals_multiple_goals.toml [moved from tests/scryer/cli/issues/multiple_goals.toml with 67% similarity]
tests/scryer/cli/issues/occurs_check_flag.pl [moved from tests/scryer/cli/issues/issue841-occurs-check.pl with 100% similarity]
tests/scryer/cli/issues/occurs_check_flag.toml
tests/scryer/cli/issues/op3.pl [moved from tests/scryer/cli/issues/issue839-op3.pl with 100% similarity]
tests/scryer/cli/issues/op3.toml

index 9860cb27c928a0e065ed82a0617d118d29b785e2..4d8f3b9c5938372d9608f7c59cdbf8eee0fe8c6e 100644 (file)
@@ -1,3 +1,3 @@
-['tests/scryer/cli/issues/issue852-throw_e.pl'].
-['tests/scryer/cli/issues/issue852-throw_e.pl'].
+['tests/scryer/cli/issues/do_not_duplicate_path_components.pl'].
+['tests/scryer/cli/issues/do_not_duplicate_path_components.pl'].
 halt.
similarity index 72%
rename from tests/scryer/cli/issues/compound_goal.toml
rename to tests/scryer/cli/issues/goals_compound_goal.toml
index 0ad3236628ca123c077491129003f3200d643b83..9ec10fedca9aa6f2d61262028d9f666d80b58931 100644 (file)
@@ -1,3 +1,3 @@
 # issue 820
-args = ["-f", "--no-add-history", "-g", "test,halt", "tests/scryer/cli/issues/issue820-goals.pl"]
+args = ["-f", "--no-add-history", "-g", "test,halt", "tests/scryer/cli/issues/goals.pl"]
 binary = true
similarity index 67%
rename from tests/scryer/cli/issues/multiple_goals.toml
rename to tests/scryer/cli/issues/goals_multiple_goals.toml
index 5e9c9155bc3b8649197ba0b3175d884affb3726d..a5375393f9fd4d47d29eb47a03a0edb2ed4336e8 100644 (file)
@@ -1,3 +1,3 @@
 # issue 820
-args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "tests/scryer/cli/issues/issue820-goals.pl"]
+args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "tests/scryer/cli/issues/goals.pl"]
 binary = true
index 2754c362dc66a72fa5e7dbc203f79b1c44fca83d..3a3a31c4fec22a47e284b18aef78ea2ac8d07db5 100644 (file)
@@ -1,3 +1,3 @@
 # issue 841
-args = ["-f", "--no-add-history", "tests/scryer/cli/issues/issue841-occurs-check.pl"]
+args = ["-f", "--no-add-history", "tests/scryer/cli/issues/occurs_check_flag.pl"]
 binary = true
index cbd1f64c66cd834247b46996af10014ba5e20c93..76002768f74d2e9b7b20f18bc319eae463c6842a 100644 (file)
@@ -1,3 +1,3 @@
 # issue 839
-args = ["-f", "--no-add-history", "tests/scryer/cli/issues/issue839-op3.pl", "-g", "halt"]
+args = ["-f", "--no-add-history", "tests/scryer/cli/issues/op3.pl", "-g", "halt"]
 binary = true