Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 25, 2019
1 parent 4cb4e80 commit ac3ed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lips.spec.js
Expand Up @@ -344,7 +344,7 @@ describe('evaluate', function() {
function exec(code) {
var env = lips.env.inherit('quasiquote');
return lips.exec(code, env);
};
}
it('should unquote from single quasiquote', function() {
var code = "`(let ((name 'x)) `(let ((name 'y)) `(list ',name)))";
return exec(code).then(function(result) {
Expand Down

0 comments on commit ac3ed0a

Please sign in to comment.