eza/tests/ptests
Christina Sørensen 7f081337bd
Some checks are pending
Unit tests / security_audit (push) Waiting to run
Unit tests / check_if_pr (push) Waiting to run
Unit tests / no-merge-commits (push) Blocked by required conditions
Unit tests / Conventional Commits (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, beta) (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, beta) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, beta) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (beta) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (msrv) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (nightly) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (stable) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (beta) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (msrv) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (nightly) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (stable) (push) Blocked by required conditions
Unit tests / unit-tests-openbsd (push) Blocked by required conditions
Unit tests / Check Nix Flake (push) Blocked by required conditions
Unit tests / Build Nix package (push) Blocked by required conditions
feat!: define -d/--treat-dirs-as-files behavior, tests
BREAKING CHANGE: The behavior of the `-d` flag has been refined to be more
consistent with `ls`. Its long flag has been changed to `--treat-dirs-as-files`
for clarity, while `--list-dirs` is retained as a backward-compatible alias to be
removed in a future release.

Based on the preious commit by cysabi, this commit addresses
inconsistencies and ambiguities related to the `-d` flag and its
long-flag variants.

The behavior of `-d` has been aligned more closely with `ls`, where it
lists directories as regular files rather than listing contents of
directories. The new, more descriptive long flag `--treat-dirs-as-files`
clarifies this intent.

A backward-compatible alias `--list-dirs` is provided to ease the
transition for existing users, with the intention of deprecating it
later.

Since cysabi's fix included addresing `eza -TL 1` not correctly
rendering the tree depth, this also includes tests to ensure that
behavior doesn't regress in the future... again.

Specifically, `powertest` integration tests have been added for `eza
-TL<value>` for levels 0 through 5, ensuring the correct tree structure
output at specified depths. This also includes tests for the updated
`-d`/`--treat-dirs-as-files` behavior.

It is also noted that for users who primarily intend to list only directories,
the `--only-dirs` (`-D`) option might be a more suitable and explicit alternative
to `--treat-dirs-as-files`. This has been added to the man page as well
as a more verbose description of the flag.

Completions have also been fixed.
2025-06-30 19:34:33 +02:00
..
ptest_1ab8279d631495b0.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_1ab8279d631495b0.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_1ab8279d631495b0.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_1c1df011089efa5f.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_1c1df011089efa5f.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_1c1df011089efa5f.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_1c990fbac951fdaf.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_1c990fbac951fdaf.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_1c990fbac951fdaf.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_1e61d8c305ff6c48.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_1e61d8c305ff6c48.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_1e61d8c305ff6c48.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_1ec7257c14635d03.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_1ec7257c14635d03.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_1ec7257c14635d03.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_2ba3ba45a3b3cc94.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_2ba3ba45a3b3cc94.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_2ba3ba45a3b3cc94.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_2cccf6c2af490359.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_2cccf6c2af490359.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_2cccf6c2af490359.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_2dcffc4f000d924e.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_2dcffc4f000d924e.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_2dcffc4f000d924e.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_3a8ed471ff49be49.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_3a8ed471ff49be49.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_3a8ed471ff49be49.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_3b5b6fd2802ba8f9.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_3b5b6fd2802ba8f9.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_3b5b6fd2802ba8f9.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_3bed5866e590e62a.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_3bed5866e590e62a.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_3bed5866e590e62a.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_3f0c3a89d3fcf7d3.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_3f0c3a89d3fcf7d3.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_3f0c3a89d3fcf7d3.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_3fe14fdeb5bf19de.stderr test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_3fe14fdeb5bf19de.stdout test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_3fe14fdeb5bf19de.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_4b0ed60c44c669f.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_4b0ed60c44c669f.stdout chore: Update generated test files 2024-10-18 16:39:09 +02:00
ptest_4b0ed60c44c669f.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_4b30f7de50929327.stderr test: Add integration tests and powertests for --absolute flag 2024-03-04 07:12:23 +01:00
ptest_4b30f7de50929327.stdout fix: flake trycmd bug 2024-09-26 09:24:39 +02:00
ptest_4b30f7de50929327.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_4b7165c936488151.stderr test: Add integration tests and powertests for --absolute flag 2024-03-04 07:12:23 +01:00
ptest_4b7165c936488151.stdout test: Add integration tests and powertests for --absolute flag 2024-03-04 07:12:23 +01:00
ptest_4b7165c936488151.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_4b538407f6a872e8.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_4b538407f6a872e8.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_4b538407f6a872e8.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_4e899e9b065acc8f.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_4e899e9b065acc8f.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_4e899e9b065acc8f.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_4fd72fa9235ffc80.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_4fd72fa9235ffc80.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_4fd72fa9235ffc80.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_4ff72fb4d6bc110e.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_4ff72fb4d6bc110e.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_4ff72fb4d6bc110e.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_5ba3cfebbb42c1f9.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_5ba3cfebbb42c1f9.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_5ba3cfebbb42c1f9.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_5bf846977eb5a96e.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_5bf846977eb5a96e.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_5bf846977eb5a96e.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_5c5f8c58460e0026.stderr ci: update to PRESENT DAY, PRESENT TIME 2024-12-18 18:50:22 +01:00
ptest_5c5f8c58460e0026.stdout ci: update to PRESENT DAY, PRESENT TIME 2024-12-18 18:50:22 +01:00
ptest_5c5f8c58460e0026.toml test: regen for 1.74 2024-12-05 20:19:33 +01:00
ptest_5d72b8a5ba66436b.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_5d72b8a5ba66436b.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_5d72b8a5ba66436b.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_5eac3027be1d2909.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_5eac3027be1d2909.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_5eac3027be1d2909.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_6abf99c853aede16.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_6abf99c853aede16.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_6abf99c853aede16.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_6d64a7584b621832.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_6d64a7584b621832.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_6d64a7584b621832.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_6e6893c2c2254622.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_6e6893c2c2254622.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_6e6893c2c2254622.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_6eabf01c1fcde44e.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_6eabf01c1fcde44e.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_6eabf01c1fcde44e.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_7a449fd794fd3993.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_7a449fd794fd3993.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_7a449fd794fd3993.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_7b9a096392df2be1.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_7b9a096392df2be1.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_7b9a096392df2be1.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_7cad7af690128a39.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_7cad7af690128a39.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_7cad7af690128a39.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_7d1cd636566df8cd.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_7d1cd636566df8cd.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_7d1cd636566df8cd.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_8becd3030ba5621c.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_8becd3030ba5621c.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_8becd3030ba5621c.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_8cd9b0ae2930d704.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_8cd9b0ae2930d704.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_8cd9b0ae2930d704.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_9ad652110670db05.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_9ad652110670db05.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_9ad652110670db05.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_9b2a49fcb2a74cc7.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_9b2a49fcb2a74cc7.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_9b2a49fcb2a74cc7.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_9c1d803a17fd05c9.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_9c1d803a17fd05c9.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_9c1d803a17fd05c9.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_9d319b2ce5ecd989.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_9d319b2ce5ecd989.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_9d319b2ce5ecd989.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_9ece18efb453f48d.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_9ece18efb453f48d.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_9ece18efb453f48d.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_10c50228fc1c6107.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_10c50228fc1c6107.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_10c50228fc1c6107.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_13c76530584f9804.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_13c76530584f9804.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_13c76530584f9804.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_14c5df14f800bc28.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_14c5df14f800bc28.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_14c5df14f800bc28.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_19cf21a43f373b6.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_19cf21a43f373b6.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_19cf21a43f373b6.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_32e159e8f043025.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_32e159e8f043025.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_32e159e8f043025.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_33a4632005ea6e7f.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_33a4632005ea6e7f.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_33a4632005ea6e7f.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_36ff749946aa7b76.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_36ff749946aa7b76.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_36ff749946aa7b76.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_38c83409ee57e2af.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_38c83409ee57e2af.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_38c83409ee57e2af.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_39a4ecaff3909961.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_39a4ecaff3909961.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_39a4ecaff3909961.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_39b4326562c3f75f.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_39b4326562c3f75f.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_39b4326562c3f75f.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_56d755ade90650de.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_56d755ade90650de.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_56d755ade90650de.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_57a5aac99c0c821c.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_57a5aac99c0c821c.stdout test: updated tests to fit new features 2024-01-06 11:14:07 +01:00
ptest_57a5aac99c0c821c.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_66a65e6644555c05.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_66a65e6644555c05.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_66a65e6644555c05.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_69fb8da018a73af3.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_69fb8da018a73af3.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_69fb8da018a73af3.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_80cd40f7a3947055.stderr test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_80cd40f7a3947055.stdout test: regen for 1.74 2024-12-05 20:19:33 +01:00
ptest_80cd40f7a3947055.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_83b42c3f144d78ba.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_83b42c3f144d78ba.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_83b42c3f144d78ba.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_86f826124c5b4511.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_86f826124c5b4511.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_86f826124c5b4511.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_88f8528f0c592965.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_88f8528f0c592965.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_88f8528f0c592965.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_91d7b6efe549ede0.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_91d7b6efe549ede0.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_91d7b6efe549ede0.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_91e89705f7a716a7.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_91e89705f7a716a7.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_91e89705f7a716a7.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_94d98e7060506df0.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_94d98e7060506df0.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_94d98e7060506df0.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_94ed50412bfc177f.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_94ed50412bfc177f.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_94ed50412bfc177f.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_98d345bf337daf3f.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_98d345bf337daf3f.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_98d345bf337daf3f.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_98e04e3185e9174c.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_98e04e3185e9174c.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_98e04e3185e9174c.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_132ac9f159c3473e.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_132ac9f159c3473e.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_132ac9f159c3473e.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_219f7c8dfa0d0323.stderr test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_219f7c8dfa0d0323.stdout test: regen for 1.74 2024-12-05 20:19:33 +01:00
ptest_219f7c8dfa0d0323.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_247e5acfcf9ba3a8.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_247e5acfcf9ba3a8.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_247e5acfcf9ba3a8.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_365b1525fed70635.stderr test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_365b1525fed70635.stdout test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_365b1525fed70635.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_391fb71023fbe78f.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_391fb71023fbe78f.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_391fb71023fbe78f.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_404fbc2fe3e5c85.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_404fbc2fe3e5c85.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_404fbc2fe3e5c85.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_458d0cef9ea1a5b9.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_458d0cef9ea1a5b9.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_458d0cef9ea1a5b9.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_469e79a86c2c874f.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_469e79a86c2c874f.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_469e79a86c2c874f.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_514bf873279385ba.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_514bf873279385ba.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_514bf873279385ba.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_585bdfd3218af4a0.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_585bdfd3218af4a0.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_585bdfd3218af4a0.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_631e7c0eadc876e3.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_631e7c0eadc876e3.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_631e7c0eadc876e3.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_767aca4b412a3f3e.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_767aca4b412a3f3e.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_767aca4b412a3f3e.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_818bdf865ff2e514.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_818bdf865ff2e514.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_818bdf865ff2e514.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_825e60e73630f857.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_825e60e73630f857.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_825e60e73630f857.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_1889daad10054484.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_1889daad10054484.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_1889daad10054484.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_2092f19a0d4ea1a2.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_2092f19a0d4ea1a2.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_2092f19a0d4ea1a2.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_2176b1b061cb7da2.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_2176b1b061cb7da2.stdout test: regen for 1.74 2024-12-05 20:19:33 +01:00
ptest_2176b1b061cb7da2.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_2439b7d68089135b.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_2439b7d68089135b.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_2439b7d68089135b.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_3528aa3d0794ba5b.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_3528aa3d0794ba5b.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_3528aa3d0794ba5b.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_4728f2d14d31f2ff.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_4728f2d14d31f2ff.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_4728f2d14d31f2ff.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_4805a91da5df26.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_4805a91da5df26.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_4805a91da5df26.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_4974d70325cb7550.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_4974d70325cb7550.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_4974d70325cb7550.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_5709b91eb3610886.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_5709b91eb3610886.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_5709b91eb3610886.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_7212f6096d7b2f6c.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_7212f6096d7b2f6c.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_7212f6096d7b2f6c.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_52961e9e4d3030fc.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_52961e9e4d3030fc.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_52961e9e4d3030fc.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_62034c92edbb1244.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_62034c92edbb1244.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_62034c92edbb1244.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_97958c59351ef010.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_97958c59351ef010.stdout test: updated tests to fit new features 2024-01-06 11:14:07 +01:00
ptest_97958c59351ef010.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_109771b99ff4bc2c.stderr test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_109771b99ff4bc2c.stdout test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_109771b99ff4bc2c.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_182085f8602ed2aa.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_182085f8602ed2aa.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_182085f8602ed2aa.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_219303a91ed6056a.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_219303a91ed6056a.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_219303a91ed6056a.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_283667fe5d9c3015.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_283667fe5d9c3015.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_283667fe5d9c3015.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_581533c37ac03853.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_581533c37ac03853.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_581533c37ac03853.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_6796295d6420d03a.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_6796295d6420d03a.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_6796295d6420d03a.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_8822968d21a463f5.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_8822968d21a463f5.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_8822968d21a463f5.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_13234446d830648.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_13234446d830648.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_13234446d830648.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_32870705e39ad648.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_32870705e39ad648.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_32870705e39ad648.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_36127172d1c48ad1.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_36127172d1c48ad1.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_36127172d1c48ad1.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_55383760e4618c41.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_55383760e4618c41.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_55383760e4618c41.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_79116932e9ca8b26.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_79116932e9ca8b26.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_79116932e9ca8b26.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_89146337fb6b0967.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_89146337fb6b0967.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_89146337fb6b0967.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_607792764dd84355.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_607792764dd84355.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_607792764dd84355.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_992337433f8c6594.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_992337433f8c6594.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_992337433f8c6594.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_1128756497bbcbce.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_1128756497bbcbce.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_1128756497bbcbce.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_74825603975f419c.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_74825603975f419c.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_74825603975f419c.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_a6bbf53a066c588e.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_a6bbf53a066c588e.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_a6bbf53a066c588e.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_a8c541050a307891.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_a8c541050a307891.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_a8c541050a307891.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_a71aaa46984bd23.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_a71aaa46984bd23.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_a71aaa46984bd23.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_a78bf581d9095079.stderr test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_a78bf581d9095079.stdout test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_a78bf581d9095079.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_a82ad7ec2e961f84.stderr test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_a82ad7ec2e961f84.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_a82ad7ec2e961f84.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_a689ab7558716dda.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_a689ab7558716dda.stdout fix: flake trycmd bug 2024-09-26 09:24:39 +02:00
ptest_a689ab7558716dda.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_a139598e95d06a4b.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_a139598e95d06a4b.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_a139598e95d06a4b.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_aba07307b0f70090.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_aba07307b0f70090.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_aba07307b0f70090.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_abc83ec759ddab6.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_abc83ec759ddab6.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_abc83ec759ddab6.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_add56bbfa6f842d3.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_add56bbfa6f842d3.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_add56bbfa6f842d3.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_af29d370729835d8.stderr test: regenerate tests 2024-09-26 09:43:50 +02:00
ptest_af29d370729835d8.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_af29d370729835d8.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_b1cc7b6966ce28b3.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_b1cc7b6966ce28b3.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_b1cc7b6966ce28b3.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_b4bb07ce512e09ba.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_b4bb07ce512e09ba.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_b4bb07ce512e09ba.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_b8bfd122ac3a6a7f.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_b8bfd122ac3a6a7f.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_b8bfd122ac3a6a7f.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_b20ec649e4099d19.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_b20ec649e4099d19.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_b20ec649e4099d19.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_b86c3dd42089b8ae.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_b86c3dd42089b8ae.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_b86c3dd42089b8ae.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_b9480d5b12bc2158.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_b9480d5b12bc2158.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_b9480d5b12bc2158.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_bb087081fad71387.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_bb087081fad71387.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_bb087081fad71387.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_bbfc26a93fbe15a7.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_bbfc26a93fbe15a7.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_bbfc26a93fbe15a7.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_bc3ef3722b915c0a.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_bc3ef3722b915c0a.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_bc3ef3722b915c0a.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_bc0980c681a1bf6e.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_bc0980c681a1bf6e.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_bc0980c681a1bf6e.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_bda5e8cec0adaa3d.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_bda5e8cec0adaa3d.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_bda5e8cec0adaa3d.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_c0b6a5f5211e052e.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_c0b6a5f5211e052e.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_c0b6a5f5211e052e.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_c5a06187ebc81e63.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_c5a06187ebc81e63.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_c5a06187ebc81e63.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_c320d2ec8a647bec.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_c320d2ec8a647bec.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_c320d2ec8a647bec.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_c15429df79ff8a02.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_c15429df79ff8a02.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_c15429df79ff8a02.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_caa4e824b02fa569.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_caa4e824b02fa569.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_caa4e824b02fa569.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_cb765650e293bae4.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_cb765650e293bae4.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_cb765650e293bae4.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_cf65adc4fe95ba6.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_cf65adc4fe95ba6.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_cf65adc4fe95ba6.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_d7c710df474a3770.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_d7c710df474a3770.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_d7c710df474a3770.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_d604d143ec99b7fa.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_d604d143ec99b7fa.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_d604d143ec99b7fa.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_d1571a37ac82a799.stderr test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_d1571a37ac82a799.stdout test: filtering and sorting 2023-11-16 14:41:07 +01:00
ptest_d1571a37ac82a799.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_dbc0c8e8c3f9b147.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_dbc0c8e8c3f9b147.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_dbc0c8e8c3f9b147.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_dc6b5f21bb23c27.stderr feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_dc6b5f21bb23c27.stdout feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_dc6b5f21bb23c27.toml feat!: define -d/--treat-dirs-as-files behavior, tests 2025-06-30 19:34:33 +02:00
ptest_ddcc15459b874630.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_ddcc15459b874630.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_ddcc15459b874630.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_ded586a10b97281e.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_ded586a10b97281e.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_ded586a10b97281e.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_e4cf2a922377bee.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_e4cf2a922377bee.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_e4cf2a922377bee.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_ee83bc6dc4504743.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_ee83bc6dc4504743.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_ee83bc6dc4504743.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_f2ea3bfaf96e639.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_f2ea3bfaf96e639.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_f2ea3bfaf96e639.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_f21d9a563d3e0f10.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_f21d9a563d3e0f10.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_f21d9a563d3e0f10.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_f33fd54762597c23.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_f33fd54762597c23.stdout test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_f33fd54762597c23.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_f79a790e130be075.stderr test: long view options 2023-11-16 14:41:07 +01:00
ptest_f79a790e130be075.stdout test: long view options 2023-11-16 14:41:07 +01:00
ptest_f79a790e130be075.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_f90d48e69d70b41.stderr test: Add integration tests and powertests for --absolute flag 2024-03-04 07:12:23 +01:00
ptest_f90d48e69d70b41.stdout fix: flake trycmd bug 2024-09-26 09:24:39 +02:00
ptest_f90d48e69d70b41.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_f261ab10a0ea20f.stderr test: display and meta options 2023-11-16 14:41:07 +01:00
ptest_f261ab10a0ea20f.stdout chore: Update generated test files 2024-10-18 16:39:09 +02:00
ptest_f261ab10a0ea20f.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_f641eabbfb35f76f.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_f641eabbfb35f76f.stdout test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_f641eabbfb35f76f.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00
ptest_ffbdb9af2de10fa.stderr test(powertests): add hashed versions of powertests 2023-11-16 10:06:51 +01:00
ptest_ffbdb9af2de10fa.stdout test: regen for 1.74 2024-12-05 20:19:33 +01:00
ptest_ffbdb9af2de10fa.toml fix: pre-commit-hook taplo bug 2024-09-26 09:24:39 +02:00