eval_let_6: { input: { eval("let a;"); console.log(); } expect: { eval("let a;"); console.log(); } expect_stdout: "" node_version: ">=6" } eval_let_4: { input: { eval("let a;"); console.log(); } expect: { eval("let a;"); console.log(); } expect_stdout: SyntaxError("Block-scoped declarations (let, const, function, class) not yet supported outside strict mode") node_version: "4" } eval_let_0: { input: { eval("let a;"); console.log(); } expect: { eval("let a;"); console.log(); } expect_stdout: SyntaxError("Unexpected identifier") node_version: "<=0.12" } cted='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Expand)Author
2020-07-27nls: Update 'fr' translation.Ludovic Courtès
2020-07-11Add 'guix git authenticate'....* guix/scripts/git.scm, guix/scripts/git/authenticate.scm, tests/guix-git-authenticate.sh: New files. * Makefile.am (MODULES): Add the *.scm files. (SH_TESTS): Add 'tests/guix-git-authenticate.sh'. * doc/guix.texi (Channels)[Specifying Channel Authorizations]: Mention 'guix git authenticate'. (Invoking guix git authenticate): New node. * po/guix/POTFILES.in: Add 'guix/scripts/git.scm' and 'guix/scripts/git/authenticate.scm'. Ludovic Courtès