branch: elpa/yaml-mode commit bdc47a4dad753b196e77d1c1d488952630a93f12 Author: Antal K <anta...@gmail.com> Commit: Antal K <anta...@gmail.com>
added two more test files --- test-files/allow-spaces-before-dash-2.yaml | 7 +++++++ test-files/allow-spaces-before-dash-3.yaml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/test-files/allow-spaces-before-dash-2.yaml b/test-files/allow-spaces-before-dash-2.yaml new file mode 100644 index 0000000..3fa43f4 --- /dev/null +++ b/test-files/allow-spaces-before-dash-2.yaml @@ -0,0 +1,7 @@ +# For comparison: this is handled correctly in v0.0.12 +# +# (1) Move to line containing l3 +# (2) TAB indents l3 by 2 spaces to start below '|' +# +- | +l3 diff --git a/test-files/allow-spaces-before-dash-3.yaml b/test-files/allow-spaces-before-dash-3.yaml new file mode 100644 index 0000000..4703b9b --- /dev/null +++ b/test-files/allow-spaces-before-dash-3.yaml @@ -0,0 +1,7 @@ +# For comparison: this is handled correctly in v0.0.12 +# +# (1) Move to line containing l4 +# (2) Pressing TAB indents l4 by 2 spaces to starts below ':' +# +xy: | +l4