swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: d83848c9b9c219815a527597ea6eaf00e08b9f92 authored by Rafael Fourquet on 07 August 2017, 16:43:53 UTC
REPL: enable undo in bracketed paste mode
Tip revision: d83848c
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