printcheck: avoid incorrect replacement of split values

Authored by habacker on Dec 20 2019, 6:04 PM.

Description

printcheck: avoid incorrect replacement of split values

Template parameters for split values are now replaced in descending order.
If we replace the template parameter 'SPLITVALUE1' before 'SPLITVALUE10',
the latter is erroneously overwritten with the value from the former,
followed by '0'.

CCBUG:415411

Details

Committed
habackerDec 20 2019, 7:22 PM
Parents
R261:d12a2e01a35a: Adding additional variable to check printing
Branches
Unknown
Tags
Unknown