
This is a preparing commit for #70898 and #71775. It activates checks in tests for single-quoted, double-quoted, and plain values and demonstrates how they are handled currently.
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
# RUN: yaml-bench -canonical %s | FileCheck %s
|
|
# CHECK: "here's to \"quotes\""
|
|
|
|
'here''s to "quotes"'
|