From e55db7fda5f013a60e11a9e312431106756b0e09 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 25 Mar 2018 20:19:24 +0200 Subject: format --- evaluator/quote_unquote_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/evaluator/quote_unquote_test.go b/evaluator/quote_unquote_test.go index 36095a1..0f79589 100644 --- a/evaluator/quote_unquote_test.go +++ b/evaluator/quote_unquote_test.go @@ -71,12 +71,12 @@ func TestQuoteUnquote(t *testing.T) { }, { `let foobar = 8; - quote(foobar)`, + quote(foobar)`, `foobar`, }, { `let foobar = 8; - quote(unquote(foobar))`, + quote(unquote(foobar))`, `8`, }, { @@ -93,7 +93,7 @@ func TestQuoteUnquote(t *testing.T) { }, { `let quotedInfixExpression = quote(4 + 4); - quote(unquote(4 + 4) + unquote(quotedInfixExpression))`, + quote(unquote(4 + 4) + unquote(quotedInfixExpression))`, `(8 + (4 + 4))`, }, } -- cgit v1.2.3