tests/languages/fsharp/comment_feature.test


Log

Author Commit Date CI Message
Michael Schmidt a5d7178c 2021-01-17T14:34:24 F#: Fixed comment false positive (#2703) F# has supports `(*)` to convert an operator into a function. This syntax collides with F# comments and produced false positives for comments. The comment pattern has been adjusted to not match `(*)`.
Golmote 9af550d4 2015-08-19T08:42:25 Add tests for F#