applyOutputTransformations

Applies custom transformations defined in transformOutput to testOutput.

Currently the following actions are supported: * "sanitize_json" = replace compiler/plattform specific data from generated JSON * "remove_lines(<re>)" = remove all lines matching a regex <re>

void
applyOutputTransformations
(
ref string testOutput
,)

Parameters

testOutput
Type: string

the existing output to be modified

transformOutput
Type: string

list of transformation identifiers

Meta