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

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

[elpa] externals/csharp-mode a8def67 186/459: Add missing test-file. Fix


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode a8def67 186/459: Add missing test-file. Fix build.
Date: Sun, 22 Aug 2021 13:59:23 -0400 (EDT)

branch: externals/csharp-mode
commit a8def67466dd58e57ea765b34b44e61468a3798a
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Add missing test-file. Fix build.
---
 test-files/imenu-field-keyword-test.cs | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/test-files/imenu-field-keyword-test.cs 
b/test-files/imenu-field-keyword-test.cs
new file mode 100644
index 0000000..b7bd6b1
--- /dev/null
+++ b/test-files/imenu-field-keyword-test.cs
@@ -0,0 +1,17 @@
+using System;
+
+/// <summary>
+///   This class is designed to support a test-case for imenu indexing
+///   of a class' member fields.
+/// </summary>
+public class FieldTestClass
+{
+    public bool TestBool;
+
+    private string CommentedField; // this is a comment
+
+    private static int _MultiLineComment; /*
+                                        new line */
+
+    internal volatile DateTime VolatileTest;
+}



reply via email to

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