mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
added some execution test
This commit is contained in:
@@ -507,7 +507,7 @@ module CoffeeScript
|
||||
return_result = "\n#{o[:indent]}#{return_result}"
|
||||
if @filter
|
||||
body = CallNode.new(ValueNode.new(LiteralNode.new(rvar), [AccessorNode.new('push')]), [@body])
|
||||
body = IfNode.new(@filter, body, nil, :statement)
|
||||
body = IfNode.new(@filter, body, nil, :statement => true)
|
||||
save_result = ''
|
||||
suffix = ''
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user