From bbf1fd0846fa51f74ef01399ab005d4d847becce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 23 May 2026 21:45:02 +0200 Subject: Refactor test filtering to its own function and type --- test/script/list.et | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/script/list.et') diff --git a/test/script/list.et b/test/script/list.et index cfd4803..4b493a5 100644 --- a/test/script/list.et +++ b/test/script/list.et @@ -37,5 +37,6 @@ test ListConcat: "c4 3" "c4-end" local: - expect /(run-.*)/ capture done - guard (done == "run-done") + expect /run-test-result Test (.*)/ capture result + guard (result == "done") + expect /run-done/ -- cgit v1.2.3