From 19f1a104f5e4e3b04914183c76a2dc70ba03d8d1 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 23 Mar 2015 01:06:12 +0100 Subject: Partial fix --- lexer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexer_test.go b/lexer_test.go index 27cdfed..b736c14 100644 --- a/lexer_test.go +++ b/lexer_test.go @@ -11,7 +11,7 @@ func testInput(t *testing.T, ty int, s ...string) { input = input[1 : len(input)-1] } if typ != ty || yy.sval != input { - t.Error("expeced", input, "got", s) + t.Error("expeced", input, "got", yy.sval) } } } -- cgit v1.2.3