summaryrefslogtreecommitdiff
path: root/tools/lint/test/fixtures/valid_es6id.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint/test/fixtures/valid_es6id.js')
-rw-r--r--tools/lint/test/fixtures/valid_es6id.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/lint/test/fixtures/valid_es6id.js b/tools/lint/test/fixtures/valid_es6id.js
new file mode 100644
index 000000000..4d71e162f
--- /dev/null
+++ b/tools/lint/test/fixtures/valid_es6id.js
@@ -0,0 +1,9 @@
+^ expected errors | v input
+// Copyright (C) 2017 Mike Pennisi. All rights reserved.
+// This code is governed by the BSD license found in the LICENSE file.
+/*---
+es6id: 12.14.1
+description: Minimal test
+---*/
+
+function f() {}