diff options
Diffstat (limited to 'std/encoding/testdata/arrayTable.toml')
-rw-r--r-- | std/encoding/testdata/arrayTable.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/std/encoding/testdata/arrayTable.toml b/std/encoding/testdata/arrayTable.toml new file mode 100644 index 000000000..3788b7e7c --- /dev/null +++ b/std/encoding/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 |