branch: elpa/swift-mode
commit e58e4e0f14f44caf9689d8251f31ce062c826dc4
Author: taku0 <mxxouy6x3m_git...@tatapa.org>
Commit: taku0 <mxxouy6x3m_git...@tatapa.org>

    Tweak test
---
 test/swift-files/strings.swift | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/test/swift-files/strings.swift b/test/swift-files/strings.swift
index 5774f14..1ca635d 100644
--- a/test/swift-files/strings.swift
+++ b/test/swift-files/strings.swift
@@ -43,7 +43,10 @@ func f() {
           aaa
           \(
             bbb() +
-              ccc()
+              ccc() {
+                  ddd()
+              } +
+              eee()
           )
           aaa
           """

Reply via email to