https://github.com/JuliaLang/julia
Raw File
Tip revision: 5b2a6cfcb4173a0c2af62a3ca14d2d555be71316 authored by tan on 24 April 2015, 11:55:49 UTC
readdlm: use column vectors, estimate dims & types
Tip revision: 5b2a6cf
test_sourcepath.jl
# source path in tasks
path = Base.source_path()
@test endswith(path, joinpath("test","test_sourcepath.jl"))
@test yieldto(@task Base.source_path()) == path
back to top