Files
oak-gpui/crates/languages/src
Connor Finnell 38fb841d1f Use regex to properly select Go test runnable (#13750)
This is already done when selecting a subtest; by wrapping the test name
with `^{}$` the runnable will avoid selecting additional tests with the
same prefix.

Without this fix, selecting the runnable for `TestExample` will also run
`TestExample2`.

Release Notes:

- Fixed Golang tasks spawning tests starting with the current function name and not using the exact match.
2024-07-03 17:53:19 +02:00
..
2024-04-23 13:31:21 -04:00
2024-05-26 15:16:52 +02:00
2024-04-23 13:31:21 -04:00
2024-06-12 11:02:24 +02:00
2024-06-27 11:12:02 +02:00
2024-06-25 13:11:25 -04:00