From 95405f55eb568fab8980cfc3c23a54d388fc8794 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Mon, 18 Mar 2024 23:52:17 -0700 Subject: [PATCH] testdata: change dirs to left/right/edit instead of left/right/output --- testdata/README.md | 4 ++-- testdata/{output => edit}/CHANGELOG.md | 0 testdata/{output => edit}/JJ-INSTRUCTIONS | 0 testdata/{output => edit}/cli/src/commands/config.rs | 0 testdata/{output => edit}/cli/tests/cli-reference@.md.snap | 0 testdata/{output => edit}/cli/tests/test_config_command.rs | 0 testdata/{output => edit}/docs/config.md | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename testdata/{output => edit}/CHANGELOG.md (100%) rename testdata/{output => edit}/JJ-INSTRUCTIONS (100%) rename testdata/{output => edit}/cli/src/commands/config.rs (100%) rename testdata/{output => edit}/cli/tests/cli-reference@.md.snap (100%) rename testdata/{output => edit}/cli/tests/test_config_command.rs (100%) rename testdata/{output => edit}/docs/config.md (100%) diff --git a/testdata/README.md b/testdata/README.md index f6a69e1..8579d94 100644 --- a/testdata/README.md +++ b/testdata/README.md @@ -2,11 +2,11 @@ This test data is not currently *used* by any automatic tests. You can use it for manual testing. E.g.: ``` -$ cargo run -p diffedit3 -- testdata/{left,right,output} +$ cargo run -p diffedit3 -- testdata/{left,right,edit} ``` or if the shell does not support this kind of expansion: ``` -$ cargo run -p diffedit3 -- testdata/left testdata/right testdata/output +$ cargo run -p diffedit3 -- testdata/left testdata/right testdata/edit ``` diff --git a/testdata/output/CHANGELOG.md b/testdata/edit/CHANGELOG.md similarity index 100% rename from testdata/output/CHANGELOG.md rename to testdata/edit/CHANGELOG.md diff --git a/testdata/output/JJ-INSTRUCTIONS b/testdata/edit/JJ-INSTRUCTIONS similarity index 100% rename from testdata/output/JJ-INSTRUCTIONS rename to testdata/edit/JJ-INSTRUCTIONS diff --git a/testdata/output/cli/src/commands/config.rs b/testdata/edit/cli/src/commands/config.rs similarity index 100% rename from testdata/output/cli/src/commands/config.rs rename to testdata/edit/cli/src/commands/config.rs diff --git a/testdata/output/cli/tests/cli-reference@.md.snap b/testdata/edit/cli/tests/cli-reference@.md.snap similarity index 100% rename from testdata/output/cli/tests/cli-reference@.md.snap rename to testdata/edit/cli/tests/cli-reference@.md.snap diff --git a/testdata/output/cli/tests/test_config_command.rs b/testdata/edit/cli/tests/test_config_command.rs similarity index 100% rename from testdata/output/cli/tests/test_config_command.rs rename to testdata/edit/cli/tests/test_config_command.rs diff --git a/testdata/output/docs/config.md b/testdata/edit/docs/config.md similarity index 100% rename from testdata/output/docs/config.md rename to testdata/edit/docs/config.md