Skip to content
Snippets Groups Projects
Commit ee8a66c3 authored by Emma Söderberg's avatar Emma Söderberg
Browse files

Update processing of contribution checks for tracing

parent 79a56c83
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,8 @@ aspect Trace {
syn String AttrDecl.traceEndAttr() = trace("end " + traceSignature());
syn String AttrDecl.traceEndCachedAttr() = trace("end cached " + traceSignature());
syn String CollEq.escapeConditionForTemplate() = getCondition().replace("\n", " ").replace("\"", "\\\"");
syn String CollEq.escapeConditionForTemplate() =
getCondition().replace("\n", " ").replace("\r", " ").replace("\"", "\\\"");
}
aspect NewTrace {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment