!7 sS input = [[ Rule: /,/ [regexp] => The line contains a comma. Input: "Hello," Output: "The line contains a comma." ---- Same rule. Input: "Yo." Output: - ]]; p-exp { LS tests = splitAtMultipleMinusLines(input); for (S test : tests) { SS map = parseColonProperties_withMultiLines(test); pnlStruct(map); } }