pkgs: add writeJS{,Bin}
This commit is contained in:
1
ci.nix
1
ci.nix
@@ -18,6 +18,7 @@ in
|
||||
bash = writeTest "bash features" simples.bash;
|
||||
dash = writeTest "dash features" simples.dash;
|
||||
haskell = writeTest "Rolf" simples.haskell;
|
||||
js = writeTest "function add(n,d){return n+d}" simples.js;
|
||||
perl = writeTest "Howdy!" simples.perl;
|
||||
python2 = writeTest "['some', 'random', 'variables']" simples.python2;
|
||||
python3 = writeTest "['some', 'random', 'variables']" simples.python3;
|
||||
|
||||
Reference in New Issue
Block a user