Skip to content

Commit 0f5a9b7

Browse files
eiromblayman
andauthored
move zsh to the shell section (#161)
* move zsh to the shell section as zsh is actually a shell * Update producers.md Fix incomplete sentence. Co-authored-by: Matt Layman <[email protected]>
1 parent 1cee499 commit 0f5a9b7

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

Diff for: producers.md

+4-12
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ Languages:
4444
[Sass](#sass),
4545
[Shell](#shell),
4646
[SQL](#sql),
47-
[TypeScript](#typescript)
4847
and
49-
[Zsh](#zsh).
48+
[TypeScript](#typescript).
5049

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

603+
**[ZTAP](https://github.com/mattmc3/ztap)** is a TAP producer and test harness for
604+
[zsh](http://www.zsh.org).
605+
604606
## <a id="sql"></a> [SQL](#sql)
605607

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

644-
## <a id="zsh"></a> [Zsh](#zsh)
645-
646-
> Zsh is a shell designed for interactive use,
647-
> although it is also a powerful scripting language.
648-
>
649-
> *From [zsh.org](https://www.zsh.org)*
650-
651-
**[ZTAP](https://github.com/mattmc3/ztap)** is a TAP producer
652-
and test harness for Zsh.
653-
654646
## <a id="frameworks"></a> [Test frameworks](#frameworks)
655647

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

0 commit comments

Comments
 (0)