Skip to content

Commit b56c250

Browse files
committed
Add fontification tests for generic methods.
These tests currently fail. This commit illustrates #84.
1 parent 8a9ab5a commit b56c250

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

csharp-mode-tests.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@
107107
"ToString" 'font-lock-function-name-face
108108
"Equals" 'font-lock-function-name-face
109109
"AbstractMethod" 'font-lock-function-name-face
110-
"UnsafeCopy" 'font-lock-function-name-face))
110+
"UnsafeCopy" 'font-lock-function-name-face
111+
"GenericMethod1" 'font-lock-function-name-face
112+
"GenericMethod2" 'font-lock-function-name-face))
111113

112114
(defun list-repeat-once (mylist)
113115
(append mylist mylist))

0 commit comments

Comments
 (0)