summaryrefslogtreecommitdiff
path: root/std/encoding/testdata/arrayTable.toml
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/testdata/arrayTable.toml')
m---------std0
-rw-r--r--std/encoding/testdata/arrayTable.toml12
2 files changed, 12 insertions, 0 deletions
diff --git a/std b/std
deleted file mode 160000
-Subproject 43aafbf33285753e7b42230f0eb7969b300f71c
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