repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
{ungoogled-,}chromium,chromedriver: 130.0.6723.58 -> 130.0.6723.69 (#351519)
[NixPkgs.git]
/
pkgs
/
development
/
interpreters
/
spidermonkey
/
test.nix
blob
c3ef92bebfa8f2532996e32258d4a0cedb3f1857
1
{ runCommand, spidermonkey }:
2
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
10
''