branch: elpa/yaml-mode commit a96d09d5f431ad8200826e075f951a33700505c6 Author: Antal K <anta...@gmail.com> Commit: Antal K <anta...@gmail.com>
Description of behaviour updated. --- test-files/test-dash-newline-starts-sequence-2.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/test-files/test-dash-newline-starts-sequence-2.yaml b/test-files/test-dash-newline-starts-sequence-2.yaml index cc92543..f7a5341 100644 --- a/test-files/test-dash-newline-starts-sequence-2.yaml +++ b/test-files/test-dash-newline-starts-sequence-2.yaml @@ -5,7 +5,7 @@ # (2) Press TAB repeatedly # # (3) The cycle of indentations of the line should include -# the 'indented more than the previous line' +# the 'indented more than the previous line' state # # Problem: the line is only indented to align with # the dash in then previous line, but not more. @@ -20,9 +20,14 @@ # # New behaviour: # -# (1) Pressing TAB on the line containing 'aaa' now indents the line. -# (2) Pressing TAB again unindents the line. +# (1) Pressing TAB on the line containing 'aaa' +# now indents the line more than the previous line. +# +# (2) Pressing TAB again indents the line +# to align with dash on the previous line. +# +# (3) Pressing TAB again unindents the line. # - - -aaa + aaa