From 9d4cae44258ec7532cfa92518c5f00526a370b8e Mon Sep 17 00:00:00 2001 From: Ben J Woodcroft Date: Sun, 27 Dec 2015 17:34:27 +1000 Subject: [PATCH] Fix broken test "test_compilation_error" --- test/test_coffee_script.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/test_coffee_script.rb b/test/test_coffee_script.rb index 271df2b..1eecc44 100644 --- a/test/test_coffee_script.rb +++ b/test/test_coffee_script.rb @@ -44,7 +44,9 @@ def test_compilation_error # 1.6 "SyntaxError: [stdin]:3:11: unexpected POST_IF", # 1.7 - "SyntaxError: [stdin]:3:11: unexpected unless" + "SyntaxError: [stdin]:3:11: unexpected unless", + # 2.4.1 + "[stdin]:3:11: unexpected unless" ] begin src = <<-EOS