stylelint: 16.9.0 -> 16.11.0 (#360524)
[NixPkgs.git] / pkgs / development / interpreters / spidermonkey / test.nix
blobc3ef92bebfa8f2532996e32258d4a0cedb3f1857
1 { runCommand, spidermonkey }:
3 runCommand "spidermonkey-test-run" {
4   nativeBuildInputs = [
5     spidermonkey
6   ];
7 } ''
8   diff -U3 --color=auto <(js <(echo "console.log('Hello, world\!')")) <(echo 'Hello, world!')
9   touch $out