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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user