mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Support testing with node on windows
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
js: `1 + 1`;
|
||||
js: `"hello world"`;
|
||||
js: `[1, 2, 3]`;
|
||||
title: `process.title`;
|
||||
title: `typeof process.title`;
|
||||
ternary: `(1 + 1 == 2 ? true : false)`;
|
||||
}
|
||||
.scope {
|
||||
|
||||
Reference in New Issue
Block a user