update {py/cpp}/commented-out-code to match csharp/java/javascript

This commit is contained in:
erik-krogh
2022-08-11 15:29:51 +02:00
parent b471a401cc
commit cc41a83a8d
2 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,4 @@
import CommentedOutCode
from CommentedOutCode comment
select comment, "This comment appears to contain commented-out code"
select comment, "This comment appears to contain commented-out code."

View File

@@ -16,4 +16,4 @@ import Lexical.CommentedOutCode
from CommentedOutCodeBlock c
where not c.maybeExampleCode()
select c, "These comments appear to contain commented-out code."
select c, "This comment appears to contain commented-out code."