From efc174115edaef4fd3cb1af82cfe76a0850c0f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Mon, 17 Jun 2019 11:33:56 +0200 Subject: [PATCH] Use verbatim block. --- tests/ecb/cherrypick/test1.mod | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/ecb/cherrypick/test1.mod b/tests/ecb/cherrypick/test1.mod index 3a4f8ec7b..3980b72e6 100644 --- a/tests/ecb/cherrypick/test1.mod +++ b/tests/ecb/cherrypick/test1.mod @@ -124,6 +124,8 @@ pac.update.expectation('pacman'); // Select a subset of the equations and print the equations, the list of parameters, endogenous // variables and exogenous variables in .inc files under ./simulation-files folder. Note that // innovations ex1bar and ex2bar will not appear in the equations. -cherrypick('test1', 'simulation-files1', {'z1', 'z2', 'z3'}, true); -cherrypick('test1', 'simulation-files2', {'zpac', 'eq:x1', 'eq:x', 'eq:y'}, true); -aggregate('toto.mod', 'simulation-files1', 'simulation-files2'); \ No newline at end of file +verbatim; + cherrypick('test1', 'simulation-files1', {'z1', 'z2', 'z3'}, true); + cherrypick('test1', 'simulation-files2', {'zpac', 'eq:x1', 'eq:x', 'eq:y'}, true); + aggregate('toto.mod', 'simulation-files1', 'simulation-files2'); +end;