From f59cb2b5a38f4e0a1a65a121aac15839bcf7c6ab Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Tue, 12 Dec 2023 08:59:42 +0100 Subject: [PATCH] Add floating-point scenario to 'triangle' (#2349) --- exercises/triangle/canonical-data.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exercises/triangle/canonical-data.json b/exercises/triangle/canonical-data.json index 0f96bdafba..fd9398d273 100644 --- a/exercises/triangle/canonical-data.json +++ b/exercises/triangle/canonical-data.json @@ -63,6 +63,7 @@ " Your track may choose to skip this test ", " and deal only with integers if appropriate " ], + "scenarios": ["floating-point"], "property": "equilateral", "input": { "sides": [0.5, 0.5, 0.5] @@ -153,6 +154,7 @@ " Your track may choose to skip this test ", " and deal only with integers if appropriate " ], + "scenarios": ["floating-point"], "property": "isosceles", "input": { "sides": [0.5, 0.4, 0.5] @@ -225,6 +227,7 @@ " Your track may choose to skip this test ", " and deal only with integers if appropriate " ], + "scenarios": ["floating-point"], "property": "scalene", "input": { "sides": [0.5, 0.4, 0.6]