Fix error that occurs when parsing TOML files that use dotted keys (#444)

* Add test for parsing TOML file with dotted keys

* Use smol-toml instead of toml for TOML parsing

* Run build-dist
This commit is contained in:
Mitchell Henke
2026-03-30 04:53:57 -05:00
committed by GitHub
parent 92dab893ed
commit 190c3a5e7b
5 changed files with 1137 additions and 4080 deletions
+3 -1
View File
@@ -1040,7 +1040,9 @@ describe('mise.toml file', () => {
"erlang" = "${erlang}"
elixir = { version = "${elixir}", postinstall="mix deps.get" } # comment, with space and ref:
"not-gleam" = 0.23 # not picked up
"gleam" = "${gleam}" \n`
"gleam" = "${gleam}"
[env]
_.file = ".env"\n`
const filename = 'test/mise.toml'
if (process.platform === 'win32') {
// Force \r\n to test in Windows