summaryrefslogtreecommitdiffstats
path: root/tools/lint/test/files/test-manifest-toml/unsorted.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint/test/files/test-manifest-toml/unsorted.toml')
-rw-r--r--tools/lint/test/files/test-manifest-toml/unsorted.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/lint/test/files/test-manifest-toml/unsorted.toml b/tools/lint/test/files/test-manifest-toml/unsorted.toml
new file mode 100644
index 0000000000..5e949daa04
--- /dev/null
+++ b/tools/lint/test/files/test-manifest-toml/unsorted.toml
@@ -0,0 +1,10 @@
+[DEFAULT]
+# unsorted sections
+
+["ccc.js"]
+
+["aaa.js"]
+
+["bug_10.js"]
+
+["bug_2.js"]