emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yaml-mode a96d09d 054/124: Description of behaviour update


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode a96d09d 054/124: Description of behaviour updated.
Date: Sun, 29 Aug 2021 11:36:12 -0400 (EDT)

branch: elpa/yaml-mode
commit a96d09d5f431ad8200826e075f951a33700505c6
Author: Antal K <antalk2@gmail.com>
Commit: Antal K <antalk2@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]