summaryrefslogtreecommitdiff
path: root/tools/lint/test/fixtures/valid_es5id.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint/test/fixtures/valid_es5id.js')
-rw-r--r--tools/lint/test/fixtures/valid_es5id.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/lint/test/fixtures/valid_es5id.js b/tools/lint/test/fixtures/valid_es5id.js
new file mode 100644
index 000000000..2ca0a4d8d
--- /dev/null
+++ b/tools/lint/test/fixtures/valid_es5id.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.
+/*---
+es5id: 12.14.1
+description: Minimal test
+---*/
+
+function f() {}