diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-18 20:34:43 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-18 20:34:43 +0200 |
| commit | a40b7da1ab4028bba53f9768b7a58a7c619a052d (patch) | |
| tree | ae81e2bb556957ec5891f2c0d3ead8d60147af3f /test/script | |
| parent | 9e1d65b41b0f5435859794682880c93767d1dc44 (diff) | |
Changelog: Added `++` operator to concatenate lists
Diffstat (limited to 'test/script')
| -rw-r--r-- | test/script/list.et | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/script/list.et b/test/script/list.et index a654111..cfd4803 100644 --- a/test/script/list.et +++ b/test/script/list.et @@ -28,6 +28,14 @@ test ListConcat: "c3 2" "c3 3" "c3-end" + "c4 1" + "c4 2" + "c4 3" + "c4 6" + "c4 5" + "c4 2" + "c4 3" + "c4-end" local: expect /(run-.*)/ capture done guard (done == "run-done") |