Extend the verifyFormat helper function to check that the expected text
is "stable". This provides some protection against bugs where formatting
results are ocilating between two forms, or continually change in some
other way.
Testing Done:
- Ran unit tests.
- Reproduced a known instability in preprocessor indentation which was caught by this new check (to be resolved in a later change.)