From 40e4317ef26a2eadfde6924b564ee1ce5624c43c Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Tue, 10 Dec 2019 16:52:57 +0100 Subject: [PATCH] macro processor test file: remove utf-8 character from variable --- tests/example1_macro.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/example1_macro.mod b/tests/example1_macro.mod index fb63169454..460c986033 100644 --- a/tests/example1_macro.mod +++ b/tests/example1_macro.mod @@ -169,8 +169,8 @@ stoch_simul; @#error "String comparison" @#endif -@#define A = "La crise �conomique" -@#if A[1,8,3,7,4,10,13,2,5,16,12,9,11,14,15,6,17:19] != "Le sc�nario comique" +@#define A = "La crise economique" +@#if A[1,8,3,7,4,10,13,2,5,16,12,9,11,14,15,6,17:19] != "Le scenario comique" @#error "Problem with string indexing/comparison" @#endif -- GitLab