null+****@clear*****
null+****@clear*****
2012年 6月 5日 (火) 17:37:46 JST
Haruka Yoshihara 2012-06-05 17:37:46 +0900 (Tue, 05 Jun 2012)
New Revision: b5c6795b21b445f6bcf389c4af62dedb1bcc11a3
Log:
Translater: Add missing brank line
Modified files:
test/test-executor.rb
Modified: test/test-executor.rb (+1 -0)
===================================================================
--- test/test-executor.rb 2012-06-05 17:37:25 +0900 (117bfa9)
+++ test/test-executor.rb 2012-06-05 17:37:46 +0900 (567bf1c)
@@ -141,6 +141,7 @@ EOF
comment = "#this is comment."
expected_command = comment
actual_command = translate(comment)
+
assert_equal(expected_command, actual_command)
end