ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
849 stars 276 forks source link

Escape quotes in test filter expressions #1999

Closed farlee2121 closed 2 months ago

farlee2121 commented 3 months ago

Test names with quotes currently prevent the test explorer from running that test individually. This PR escapes quotes in the test name when creating the filter expression to fix that issue.