Skip to content

Commit 3c78809

Browse files
committed
Change to relative *loads.
1 parent 02ac4f3 commit 3c78809

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/base_tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"id": "1",
44
"input": "*l=../grammar/tests/test_import_dir/nested_import1.txt;\nfiles=%*load",
5-
"expected_output": "{\n \"files\": [\n \"../grammar/tests/test_import_dir/nested_import1.txt\",\n \"../grammar/tests/test_import_dir/nested_import2.txt\",\n \"../grammar/tests/test_import_dir/nested_import3.txt\",\n \"../grammar/tests/test_import_dir/test_import.txt\"\n ]\n}",
5+
"expected_output": "{\"files\":[\"../grammar/tests/test_import_dir/nested_import1.txt\",\"../../../grammar/tests/test_import_dir/nested_import2.txt\",\"../../../grammar/tests/test_import_dir/nested_import3.txt\",\"../../../grammar/tests/test_import_dir/test_import.txt\"]}",
66
"tested_features": [
77
"load"
88
],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*l="../grammar/tests/test_import_dir/nested_import2.txt"
1+
*l="../../../grammar/tests/test_import_dir/nested_import2.txt"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*l="../grammar/tests/test_import_dir/nested_import3.txt"
1+
*l="../../../grammar/tests/test_import_dir/nested_import3.txt"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*l="../grammar/tests/test_import_dir/test_import.txt"
1+
*l="../../../grammar/tests/test_import_dir/test_import.txt"

0 commit comments

Comments
 (0)