Skip to content

move zsh to the shell section #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions producers.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ Languages:
[Sass](#sass),
[Shell](#shell),
[SQL](#sql),
[TypeScript](#typescript)
and
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence is now incomplete.

[Zsh](#zsh).
[TypeScript](#typescript).

Some test frameworks exist with
[TAP producers that are not language specific](#frameworks).
Expand Down Expand Up @@ -601,6 +600,9 @@ library that provides helpers similar to the
[Test2 suite](https://metacpan.org/release/Test2-Suite).
This module is a part of the [uze](http://zsh-uze.github.io/) ecosystem.

**[ZTAP](https://github.com/mattmc3/ztap)** is a TAP producer and test harness for
[zsh](http://www.zsh.org).

## <a id="sql"></a> [SQL](#sql)

> SQL (Structured Query Language) is a special-purpose programming language
Expand Down Expand Up @@ -641,16 +643,6 @@ framework which supports test cases and outputs TAP output.
**[TypeSpec](https://github.com/Steve-Fenton/TypeSpec)** is a BDD framework
for TypeScript with a built-in TapReporter class for TAP compliant output.

## <a id="zsh"></a> [Zsh](#zsh)

> Zsh is a shell designed for interactive use,
> although it is also a powerful scripting language.
>
> *From [zsh.org](https://www.zsh.org)*

**[ZTAP](https://github.com/mattmc3/ztap)** is a TAP producer
and test harness for Zsh.

## <a id="frameworks"></a> [Test frameworks](#frameworks)

Some test frameworks solve problems that are not specific to a programming
Expand Down