From 3dbea149330bd8b040001c183151db5f9daa0aa3 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 15 May 2019 14:45:24 +0200 Subject: [PATCH] =?UTF-8?q?:white=5Fcheck=5Fmark:=20Plus=20d'expressions?= =?UTF-8?q?=20test=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/mécanismes/expressions.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/mécanismes/expressions.yaml b/test/mécanismes/expressions.yaml index 96a1b5f58..735b98fce 100644 --- a/test/mécanismes/expressions.yaml +++ b/test/mécanismes/expressions.yaml @@ -18,6 +18,16 @@ exemples: - valeur attendue: 29 +- test: addition et multiplication + formule: 27 + 1 * 2 + exemples: + - valeur attendue: 29 + +- test: parenthèses + formule: 14.5 * (6 - 4) + exemples: + - valeur attendue: 29 + - nom: salaire de base - nom: contrat . salaire de base