mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
with a more comprehensive execution test that uncovered some missing spots
This commit is contained in:
@@ -8,6 +8,7 @@ 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
|
||||
end
|
||||
ensure
|
||||
|
||||
Reference in New Issue
Block a user