From 4435efa37c1e7afbd2c75fc2067f7e9bf58094e8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 29 Nov 2025 12:35:39 +0000 Subject: work/command-line-tool: Avoid infinite recursion in matching floats. --- e2e-tests/tools/int-for-float-input.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e2e-tests/tools') diff --git a/e2e-tests/tools/int-for-float-input.scm b/e2e-tests/tools/int-for-float-input.scm index 18b2f1f..a2f351e 100644 --- a/e2e-tests/tools/int-for-float-input.scm +++ b/e2e-tests/tools/int-for-float-input.scm @@ -1,3 +1,3 @@ -(command #:inputs (message #:type float) - #:run "echo" message +(command #:inputs (message1 #:type float) (message2 #:type float) + #:run "echo" message1 message2 #:outputs (output_message #:type stdout)) -- cgit 1.4.1