Skip to content

Commit

Permalink
chore: Add issue to comment (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <ianlewis@google.com>
  • Loading branch information
Ian Lewis authored Jul 21, 2023
1 parent 05ce5b9 commit eab1187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scanner/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ var (
MultilineCommentStart: "=",
MultilineCommentEnd: "=cut",
Strings: [][2]string{
// TODO: Perl supports strings with any delimiter.
// TODO(#1): Perl supports strings with any delimiter.
{"\"", "\""},
{"'", "'"},
},
Expand Down

0 comments on commit eab1187

Please sign in to comment.