From 10cf6d7bd60405251e86c9785f6d35e42c42cf77 Mon Sep 17 00:00:00 2001
From: Michael Leuschel <leuschel@uni-duesseldorf.de>
Date: Wed, 15 Jan 2025 14:47:31 +0100
Subject: [PATCH] add newlines

Signed-off-by: Michael Leuschel <leuschel@uni-duesseldorf.de>
---
 Train/TwoTrainsMA.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Train/TwoTrainsMA.json b/Train/TwoTrainsMA.json
index 610b0ef..3b700e2 100644
--- a/Train/TwoTrainsMA.json
+++ b/Train/TwoTrainsMA.json
@@ -41,7 +41,12 @@
 	  "repeat": ["tr1","tr2"],
       "id":"train_info_text_%0",
       "attr":"text",
-      "value":"\"Train %0 is at \" ^ TO_STRING(train_rear_end(%0)) ^ \"..\" ^ TO_STRING(train_front_end(%0)) ^ IF %0:dom(train_ma) THEN  \" with MA until \" ^ TO_STRING(train_ma(%0)) ELSE \" and has no MA\" END",
+      "value":"\"Train %0 is at \" ^ 
+      TO_STRING(train_rear_end(%0)) ^ \"..\" ^ 
+      TO_STRING(train_front_end(%0)) ^ 
+      IF %0:dom(train_ma) THEN 
+       \" with MA until \" ^ TO_STRING(train_ma(%0)) 
+       ELSE \" and has no MA\" END",
       "comment":"adapt info field of train"
     },
     
-- 
GitLab