mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00
fix(std/toml): parser error with inline comments (#6942)
This commit is contained in:
parent
e9d713c007
commit
d615ebefe2
3 changed files with 4 additions and 3 deletions
3
std/encoding/testdata/boolean.toml
vendored
3
std/encoding/testdata/boolean.toml
vendored
|
@ -1,3 +1,4 @@
|
|||
[boolean] # i hate comments
|
||||
bool1 = true
|
||||
bool2 = false
|
||||
bool2 = false
|
||||
bool3 = true # I love comments
|
Loading…
Add table
Add a link
Reference in a new issue