2025-09-06 21:38:50 +02:00
|
|
|
turn testExec into a wandtesting package
|
2025-09-06 02:46:28 +02:00
|
|
|
use a type cache
|
2025-09-11 21:16:39 +02:00
|
|
|
check the teletype width for rendering
|
|
|
|
|
provide option for the markdown rendering width
|
|
|
|
|
support HTML doc rendering
|
2025-09-01 02:07:48 +02:00
|
|
|
test:
|
|
|
|
|
- nil return values
|
|
|
|
|
- options in variadic
|
|
|
|
|
- options in pointer
|
|
|
|
|
- options in slice
|
|
|
|
|
- options in slice and pointer
|
|
|
|
|
- parameters in pointers
|
|
|
|
|
- parameters in slices
|
|
|
|
|
- parameters in slices and pointers
|
|
|
|
|
- implementation in pointer
|
|
|
|
|
- implementation in slice => not accepted
|
|
|
|
|
- implementation in pointer and slice => not accepted
|
2025-09-04 01:09:24 +02:00
|
|
|
- plurality
|
|
|
|
|
- env parsing
|
|
|
|
|
- plurality in input validation
|