Koichi Nakashima

Results 79 comments of Koichi Nakashima

I am confused by this spec of goawk. With the exception of goawk, other awk implementations are consistent in their handling of newline characters. (Testing is done on Ubuntu 20.04)...

Hello, everyone. @Lohn Thank you for suggesting ShellSpec. @jwerle Thank you for inviting me to this great project. After looking around at this project, I would like to join in...

## Concept * Implement using only POSIX-compliant shells and basic commands. * Make it can be incorporated into tools other than ShellSpec. * Implement as a library that it can...

I only decided on a project name. https://github.com/shellspec/shellcov

Thanks for the suggestion. This seems like something that should be implemented early. There is also a [custom DSL](https://github.com/shellspec/shellspec/discussions/99#discussioncomment-135360) from contributors. > ```sh > # verify values > local i...

I'll answer your questions later, but for now, here is the shell with array support (so that you don't have to do the research). These are my notes from my...

I appreciate your response. > What happens if a matcher or modifier does not support the concept of arrays? Essentially, "modifier" is a function that modifies the value of `SHELLSPEC_SUBJECT`,...

Is it unacceptable to add an empty `.shellspec` file?