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

toml: upgrade the module to 100% BurntSushi test suite parsing compatibility (#12466)

This commit is contained in:
Larpon
2021-11-15 14:36:14 +01:00
committed by GitHub
parent 78662c800c
commit cbdb270d2f
3 changed files with 96 additions and 50 deletions

View File

@@ -14,7 +14,7 @@ jobs:
timeout-minutes: 10
env:
TOML_TESTS_PATH: vlib/toml/tests/testdata/burntsushi/toml-test
TOML_TESTS_PINNED_COMMIT: 982482f
TOML_TESTS_PINNED_COMMIT: 576db85
steps:
- uses: actions/checkout@v2