From cb0e84a2c452eb15cc47d79c2f1881bf5b3efbc1 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Tue, 25 Jun 2019 10:12:20 +0200
Subject: [PATCH] submodule update: preprocessor

---
 preprocessor             | 2 +-
 tests/example1_macro.mod | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/preprocessor b/preprocessor
index a3e63101f4..e5121176a9 160000
--- a/preprocessor
+++ b/preprocessor
@@ -1 +1 @@
-Subproject commit a3e63101f4fcacbe6a4f3ed98849215cecda1e7d
+Subproject commit e5121176a91a6105ab07b1bc7a0be18f3757f029
diff --git a/tests/example1_macro.mod b/tests/example1_macro.mod
index a9567d517e..e56d391c29 100644
--- a/tests/example1_macro.mod
+++ b/tests/example1_macro.mod
@@ -157,10 +157,15 @@ 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"
+@#error "Problem with string indexing/comparison"
+@#endif
+
 @#define f(x) = x + "C"
 @#if "A" + f("B") != "ABC"
 @#error "Problem with String concatenation"
 @#endif
 
 @#echomacrovars(save)
-@#echomacrovars
+@#echomacrovars
\ No newline at end of file
-- 
GitLab