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

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

[nongnu] elpa/d-mode 0cbb2ab 288/346: tests: New testcase


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 0cbb2ab 288/346: tests: New testcase
Date: Sun, 29 Aug 2021 11:00:47 -0400 (EDT)

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

    tests: New testcase
    
    
https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/pull/93#issuecomment-546738540
---
 tests/I0093_546738540.d      | 5 +++++
 tests/I0093_546738540.d.html | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/tests/I0093_546738540.d b/tests/I0093_546738540.d
new file mode 100644
index 0000000..909a081
--- /dev/null
+++ b/tests/I0093_546738540.d
@@ -0,0 +1,5 @@
+// #run: (d-test-fontification)
+
+void f(T)(scope return T x)
+{
+}
diff --git a/tests/I0093_546738540.d.html b/tests/I0093_546738540.d.html
new file mode 100644
index 0000000..79dba61
--- /dev/null
+++ b/tests/I0093_546738540.d.html
@@ -0,0 +1,5 @@
+<span class="comment-delimiter">// </span><span class="comment">#run: 
(d-test-fontification)
+</span>
+<span class="type">void</span> <span class="function-name">f</span>(T)(<span 
class="keyword">scope return</span> <span class="type">T</span> <span 
class="variable-name">x</span>)
+{
+}



reply via email to

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