diff options
| author | Vincent LE GOFF <g_n_s@hotmail.fr> | 2019-03-28 17:31:15 +0100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-28 12:31:15 -0400 |
| commit | 13aeee460a62dc6b49de3a7d5d6305ea51ab5e4c (patch) | |
| tree | 0605d5e3e4b5e7536aa1ea2f7218fb73edded514 /toml/testdata/arrayTable.toml | |
| parent | 8f0407efad81ea8c255daf03c0e19b6bae3b88b6 (diff) | |
Add TOML module (denoland/deno_std#300)
Original: https://github.com/denoland/deno_std/commit/fa1664e6ccaad9ad98a131f03fdd600c5fa24100
Diffstat (limited to 'toml/testdata/arrayTable.toml')
| -rw-r--r-- | toml/testdata/arrayTable.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toml/testdata/arrayTable.toml b/toml/testdata/arrayTable.toml new file mode 100644 index 000000000..3788b7e7c --- /dev/null +++ b/toml/testdata/arrayTable.toml @@ -0,0 +1,12 @@ + +[[bin]] +name = "deno" +path = "cli/main.rs" + +[[bin]] +name = "deno_core" +path = "src/foo.rs" + +[[nib]] +name = "node" +path = "not_found"
\ No newline at end of file |
