branch: externals/yaml
commit 368452c534f3d8aba080249fb71c06b889b05c88
Author: Zachary Romero <[email protected]>
Commit: Zachary Romero <[email protected]>
Add test case for issue
---
yaml-tests.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/yaml-tests.el b/yaml-tests.el
index 17233262ac..928d18638b 100644
--- a/yaml-tests.el
+++ b/yaml-tests.el
@@ -536,7 +536,11 @@ keep: |+
"null"))
(should (equal
(yaml-encode [1 2 3])
- "[1, 2, 3]")))
+ "[1, 2, 3]"))
+ (should (yaml-test-round-trip
+ '((build_the_package (script . "if [ -z \"${CUSTOM}\" ]; then
+ ./mvnw package
+fi") (stage . "build"))))))
(provide 'yaml-tests)