mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
with a working -n --no-wrap option to disable the top-level function safety wrapper
This commit is contained in:
@@ -10,8 +10,9 @@ class ExecutionTest < Test::Unit::TestCase
|
||||
starting_place = File.expand_path(Dir.pwd)
|
||||
Dir.chdir('/Users/jashkenas/Desktop/Beauty/Code/v8')
|
||||
sources.each do |source|
|
||||
# puts `./shell #{source}`
|
||||
assert `./shell #{source}`.chomp.to_sym == :true
|
||||
suceeded = `./shell #{source}`.chomp.to_sym == :true
|
||||
puts "failed: #{source}" unless suceeded
|
||||
assert suceeded
|
||||
end
|
||||
ensure
|
||||
Dir.chdir(starting_place)
|
||||
|
||||
Reference in New Issue
Block a user