branch: elpa/yaml-mode commit 04ef26840184c64117ec5fcf8d4f152a4f414276 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Add test example with quotes in strings --- test-files/test-quotes-in-strings.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test-files/test-quotes-in-strings.yaml b/test-files/test-quotes-in-strings.yaml new file mode 100644 index 0000000..5859bbd --- /dev/null +++ b/test-files/test-quotes-in-strings.yaml @@ -0,0 +1,5 @@ +some's'strings'some's'nots: +- here: syntax is not string +- this: 'is a string with "quotes"' +- and: 'to express one single quote, use '' two of them' +- finally: syntax is not string