Skip to content

Commit 6a8f8c0

Browse files
committed
remove brackets and hyphens in "derived_from" and "derived_to" table results.
1 parent 8e31a10 commit 6a8f8c0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

pumla_macros_reqs.puml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,12 @@
1212
!$char = %substr($text, $index, 1)
1313
!$index = $index + 1
1414

15-
!if ($char == "[")
16-
!continue
15+
!if %not(($char=="[") ||($char=="]") || ($char =='"'))
16+
!$result = $result + $char
1717
!endif
1818

19-
!if ($char == "]")
20-
!break
21-
!endif
22-
23-
!$result = $result + $char
24-
2519
!if ($char == ",")
26-
!$result = $result + "\n"
20+
!$result = $result + " \n "
2721
!endif
2822
!endwhile
2923

0 commit comments

Comments
 (0)