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

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

[nongnu] elpa/d-mode 53eac10 140/346: tests: Test paren-less calls as we


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 53eac10 140/346: tests: Test paren-less calls as well in test for issue #26
Date: Sun, 29 Aug 2021 11:00:18 -0400 (EDT)

branch: elpa/d-mode
commit 53eac1003afc009e66ad78920c4e6005359464da
Author: Vladimir Panteleev <git@thecybershadow.net>
Commit: Vladimir Panteleev <git@thecybershadow.net>

    tests: Test paren-less calls as well in test for issue #26
---
 tests/I0026.d | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/I0026.d b/tests/I0026.d
index 1b18b9c..17ce42e4 100644
--- a/tests/I0026.d
+++ b/tests/I0026.d
@@ -11,4 +11,8 @@ void main()
                        .buildNormalizedPath()
                        .dirEntries(SpanMode.shallow))
     {}
+  foreach (file; dirPath.expandTilde
+                       .buildNormalizedPath
+                       .dirEntries(SpanMode.shallow))
+    {}
 }



reply via email to

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