summaryrefslogtreecommitdiff
path: root/test/fixtures/nested-index
diff options
context:
space:
mode:
authorOleg Efimov <efimovov@gmail.com>2010-12-03 04:03:18 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-12-02 17:49:23 -0800
commitc0d69a488380fb3cfc1fb257972730ad5c570ef9 (patch)
tree55c008f6c6713ec30401ced1c49dc5bebe1d1b74 /test/fixtures/nested-index
parentd3532a4bf294e9cbb7e6f6edec47477310dda14b (diff)
downloadandroid-node-v8-c0d69a488380fb3cfc1fb257972730ad5c570ef9.tar.gz
android-node-v8-c0d69a488380fb3cfc1fb257972730ad5c570ef9.tar.bz2
android-node-v8-c0d69a488380fb3cfc1fb257972730ad5c570ef9.zip
GJSLint part of tests
Diffstat (limited to 'test/fixtures/nested-index')
-rw-r--r--test/fixtures/nested-index/one/hello.js2
-rw-r--r--test/fixtures/nested-index/two/hello.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/nested-index/one/hello.js b/test/fixtures/nested-index/one/hello.js
index e287275629..f139fee4d2 100644
--- a/test/fixtures/nested-index/one/hello.js
+++ b/test/fixtures/nested-index/one/hello.js
@@ -1,2 +1,2 @@
-exports.hello = "hello from one!";
+exports.hello = 'hello from one!';
diff --git a/test/fixtures/nested-index/two/hello.js b/test/fixtures/nested-index/two/hello.js
index fead2bde46..8ec14b950e 100644
--- a/test/fixtures/nested-index/two/hello.js
+++ b/test/fixtures/nested-index/two/hello.js
@@ -1,2 +1,2 @@
-exports.hello = "hello from two!";
+exports.hello = 'hello from two!';