Skip to content

Conversation

@tikkss
Copy link
Contributor

@tikkss tikkss commented Mar 9, 2025

GitHub: fix GH-300

Prefer .test-unit than test-unit.yml or ~/test-unit.yml

GitHub: fix test-unitGH-300

Prefer `.test-unit` than `test-unit.yml` or `~/test-unit.yml`
tikkss and others added 2 commits March 11, 2025 05:55
plaintext ->
plain_text

Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
@tikkss
Copy link
Contributor Author

tikkss commented Mar 10, 2025

BTW, Should we use Shellwords.shellsplit instead of String#split?

@default_arguments.concat(value.split)

If then I'll open a separate PR.

@kou
Copy link
Member

kou commented Mar 10, 2025

We can't use String#split here because it doesn't work with "quoted argument with space".

@kou kou merged commit 4611076 into test-unit:master Mar 10, 2025
32 checks passed
@tikkss tikkss deleted the add-support-.test-unit branch March 11, 2025 03:09
@tikkss
Copy link
Contributor Author

tikkss commented Mar 11, 2025

We can't use String#split here because it doesn't work with "quoted argument with space".

I see. Thanks for your polite review comments!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support .test-unit for default options

2 participants