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

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

[nongnu] elpa/d-mode 98af62e 167/346: tests: Add test for #26 variant wi


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 98af62e 167/346: tests: Add test for #26 variant with compile- and run-time argument lists
Date: Sun, 29 Aug 2021 11:00:23 -0400 (EDT)

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

    tests: Add test for #26 variant with compile- and run-time argument lists
---
 tests/I0026.d | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/I0026.d b/tests/I0026.d
index 17ce42e4..edbf597 100644
--- a/tests/I0026.d
+++ b/tests/I0026.d
@@ -15,4 +15,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]