From fde1baf8b5063efc73a6ae6566c2a61caa2e9f79 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 5 Sep 2018 10:40:34 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20l'affichage=20du=20Bar=C3=A8m?= =?UTF-8?q?eLin=C3=A9aire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit La tranche surlignée était mauvaise +:green_heart: ajoute une ligne pour gérer les fichiers avec utf8 dans leur nom --- circle.yml | 3 +++ source/engine/mecanismViews/BarèmeLinéaire.js | 7 +++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index 848c06174..07c3d413f 100644 --- a/circle.yml +++ b/circle.yml @@ -21,6 +21,9 @@ jobs: - run: name: Install flow-typed command: yarn run flow-typed install + - run: + name: Change git config to support UTF8 filename + command: git config --global core.quotepath false - run: name: test command: yarn test diff --git a/source/engine/mecanismViews/BarèmeLinéaire.js b/source/engine/mecanismViews/BarèmeLinéaire.js index 90ac252fc..cc33c7a6c 100644 --- a/source/engine/mecanismViews/BarèmeLinéaire.js +++ b/source/engine/mecanismViews/BarèmeLinéaire.js @@ -3,7 +3,7 @@ import { makeJsx } from '../evaluation' import { Node } from './common' import { Trans } from 'react-i18next' -export default function Barème(nodeValue, explanation) { +export default function BarèmeLinéaire(nodeValue, explanation) { return ( nodeValue * min && - max && - explanation.assiette.nodeValue < nodeValue * max + explanation.assiette.nodeValue > min && + (!max || explanation.assiette.nodeValue < max) ? ' bold' : '' }}>