From cf3b880df6df004b9471c3bf67aa44774e3ca952 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 30 Apr 2014 12:32:18 +0900 Subject: skip to the next line and reset column after `=end` --- test/t/syntax.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/t') diff --git a/test/t/syntax.rb b/test/t/syntax.rb index 05d4a15b1..a64000534 100644 --- a/test/t/syntax.rb +++ b/test/t/syntax.rb @@ -309,6 +309,6 @@ this is a comment that has extra after =begin and =end with spaces after it =end =begin this is a comment this is a comment that has extra after =begin and =end with tabs after it -=end +=end xxxxxxxxxxxxxxxxxxxxxxxxxx true end -- cgit v1.2.3