From 7ced4e09c569ea66c97226de5020299bda9ab84a Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Sat, 9 Dec 2023 13:36:22 +0100 Subject: [PATCH] Add floating-point scenario to 'triangle' --- 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]