rewrite icon indicating copy to clipboard operation
rewrite copied to clipboard

Yaml - failure to roundtrip with certain scalar string escape sequences

Open nmck257 opened this issue 3 years ago • 0 comments

See test case (for a YamlParserTest impl):

@Test
fun scalarValueWithQuotedDoubleBackslashEscape() = assertRoundTrip("""
    escaped-slashes: "\\."
""") // fails; actual below:
  //escaped-slashes: "\."

nmck257 avatar Aug 17 '22 19:08 nmck257