Skip to content

Commit c145e32

Browse files
committed
C#: Tests for multiline alert suppression comments
1 parent ed21259 commit c145e32

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

csharp/ql/test/query-tests/AlertSuppression/AlertSuppressionWindows.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,11 @@ class Dead2 { } // lgtm
2626
// LGTM[cs/unused-reftype]
2727
// lgtm[cs/unused-reftype] and lgtm[cs/unused-field]
2828
// lgtm[cs/unused-reftype]; lgtm
29+
/* lgtm[] */
30+
/* lgtm[cs/unused-reftype] */
31+
/* lgtm
32+
*/
33+
/* lgtm
34+
*/
35+
/* lgtm[@tag:nullness,cs/unused-reftype] */
36+
/* lgtm[@tag:nullness] */

0 commit comments

Comments
 (0)