I ran into this when lustre dev tool's gleam.toml options didn't work.
Minimal reproduction can be found here.
The first test with_string_linebreaks_test works as expected.
The second test without_string_linebreaks_test fails.
The toml string here is how simplifile.read returns it.
I ran into this when lustre dev tool's gleam.toml options didn't work.
Minimal reproduction can be found here.
The first test
with_string_linebreaks_testworks as expected.The second test
without_string_linebreaks_testfails.The
tomlstring here is howsimplifile.readreturns it.