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

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

[nongnu] elpa/d-mode 7d3edd2 234/346: Add test from issue #94


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 7d3edd2 234/346: Add test from issue #94
Date: Sun, 29 Aug 2021 11:00:37 -0400 (EDT)

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

    Add test from issue #94
---
 tests/imenu.d | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/imenu.d b/tests/imenu.d
index 5b4dd0b..9325b5f 100644
--- a/tests/imenu.d
+++ b/tests/imenu.d
@@ -1,5 +1,5 @@
 // #run: (d-test-get-imenu-lines)
-// #out: (4 6 11 14 17 19 22 25 33 34 37 40 43 46 49 52 54 56 67 75 78 81 84 
87 89 93 94)
+// #out: (4 6 11 14 17 19 22 25 33 34 37 40 43 46 49 52 54 56 67 75 78 81 84 
87 89 93 94 96 97)
 
 void foo(int x) {}
 
@@ -92,3 +92,6 @@ string relativePath(CaseSensitive cs = 
CaseSensitive.osDefault)
 
 inout(ubyte) bytes(){}
 immutable(ubyte) bytes(){}
+
+void run(Parameter!("foo()") command) {}
+Parameter!("foo()") run(string command) {}



reply via email to

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