swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: d55cadc350d426a95fd967121ba77494d08364c8 authored by Alex Arslan on 28 May 2018, 20:20:40 UTC
Set VERSION to 0.6.3 release (#27283)
Tip revision: d55cadc
i18n.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

using Base.I18n

@test locale()==""
locale("en_US")
@test locale()=="en_US"
back to top