Skip to content
Snippets Groups Projects
Verified Commit 40e4317e authored by Houtan Bastani's avatar Houtan Bastani
Browse files

macro processor test file: remove utf-8 character from variable

parent 2017b32f
Branches
No related tags found
No related merge requests found
......@@ -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 scnario 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment