|
|
f5ae3a5d8d
|
tests: add a test_ prefix to all files that contain actual tests
This will make it easier to differentiate with utility files, as the next change
will add sevral
|
2025-03-28 14:50:37 +01:00 |
|
|
|
7102998dce
|
leak: resolve the rest of the memory leaks
|
2025-03-10 13:22:29 +00:00 |
|
|
|
4b403c4bf3
|
pipeline parse: reject hanging pipe at end
This rejects commands such as
echo hello | cat -e |
I also updated the doc this time
|
2025-02-28 13:15:11 +01:00 |
|
|
|
a8711568c1
|
pipeline parse: detect and reject pipe at start of command
|
2025-02-24 15:22:40 +01:00 |
|
|
|
c9f8c5a4f9
|
pipeline: reject repetitions of '|' token
|
2025-02-24 14:56:16 +01:00 |
|
|
|
68e923c09e
|
pipeline: ensure that parsing works for three and four commands
|
2025-02-24 14:56:16 +01:00 |
|
|
|
5f1485d1d5
|
pipeline: parse basic pipeline commands with two commands
|
2025-02-24 14:56:16 +01:00 |
|
|
|
256a8f5f9b
|
pipeline: handle parsing of single-command pipelines
|
2025-02-24 14:56:16 +01:00 |
|