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/jobs/int-for-float-input.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'e2e-tests/jobs/int-for-float-input.yaml') diff --git a/e2e-tests/jobs/int-for-float-input.yaml b/e2e-tests/jobs/int-for-float-input.yaml index 32a3dc4..0d12299 100644 --- a/e2e-tests/jobs/int-for-float-input.yaml +++ b/e2e-tests/jobs/int-for-float-input.yaml @@ -1 +1,2 @@ -message: 1 +message1: 1 +message2: 1.2 -- cgit 1.4.1