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

toml: add iarna/toml-spec-tests to CI tests (#12583)

This commit is contained in:
Larpon
2021-11-26 18:15:01 +01:00
committed by GitHub
parent 89bab98833
commit 4383cf7de5
3 changed files with 294 additions and 5 deletions

View File

@@ -135,7 +135,6 @@ fn test_burnt_sushi_tomltest() {
}
}
// TODO test cases where the parser should fail
invalid_test_files := os.walk_ext(os.join_path(test_root, 'invalid'), '.toml')
println('Testing $invalid_test_files.len invalid TOML files...')
mut invalid := 0