
In YAML, when a string is surrounded by single quotes('), any single quote in that string should be prefixed by another single quote('), as is described in the example below GOOD: 'foo': 'this is a ''good'' example' BAD: 'foo': 'this is a 'bad' example' Closes-Bug: #1965338 Change-Id: I0216c2e4ecf75dbdd93d06eae2ebf8e7f2f4ac1a