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

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

[nongnu] elpa/yaml-mode bdc47a4 056/124: added two more test files


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode bdc47a4 056/124: added two more test files
Date: Sun, 29 Aug 2021 11:36:12 -0400 (EDT)

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



reply via email to

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