branch: elpa/d-mode
commit 98af62e67026fee1dda9155e1a463917fc83802e
Author: Vladimir Panteleev <[email protected]>
Commit: Vladimir Panteleev <[email protected]>
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))
+ {}
}