blob: bf98305c6870a3740951b1dbd07133a1e74cc5cc [file] [log] [blame]
rule MatchReportWithText
match t : OldTVApp!Text
with r : Report!Report {
compare : r.name = t.name
}