(test) fix javascript test

This commit is contained in:
Alexis Sellier
2011-05-11 12:46:37 -04:00
parent 52b10c007f
commit 4ee78458c9
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
js: `42`;
js: `1 + 1`;
js: `"hello world"`;
sigkill: `process.SIGKILL`;
title: `process.title`;
ternary: `(1 + 1 == 2 ? true : false)`;
}
.scope {