1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

table: register rune type

This commit is contained in:
Alexander Medvednikov
2020-08-25 18:15:19 +02:00
parent 45505a8423
commit a55bea44da
4 changed files with 35 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ pub struct FilterVTestConfig {
fix_slashes bool = true
}
// if VTEST_ONLY env var is set, returns tests that match the query
pub fn filter_vtest_only(paths []string, config FilterVTestConfig) []string {
mut res := []string{}
patterns := os.getenv('VTEST_ONLY').split(',')