pkgs: add writeJS{,Bin}

This commit is contained in:
2018-09-23 13:05:11 +02:00
parent 3212b4fbfb
commit 79ab2c27f9
4 changed files with 27 additions and 0 deletions

1
ci.nix
View File

@@ -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;