Skip to content

Commit

Permalink
Add failing test for JuliaLang#18141.
Browse files Browse the repository at this point in the history
  • Loading branch information
twadleigh committed Aug 19, 2016
1 parent 953271a commit 354cbe6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/env.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ end

# Test for #10853
@test withenv(Dict{Any,Any}()...) do; true; end

# Test for #18141
for (k, v) in ENV
@test v[end] != '\0'
end

0 comments on commit 354cbe6

Please sign in to comment.