reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 6780823b360ae657902e13ba40a92dedc2063132
parent 2cbe008628ae21831337225f872fa372a2928bbd
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Fri, 28 Oct 2016 19:52:35 -0400

remote: add test for unicode repository names

Diffstat:
Mtest/remote.cpp | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/test/remote.cpp b/test/remote.cpp @@ -78,6 +78,11 @@ TEST_CASE("construct invalid remote", M) { } } +TEST_CASE("unicode name") { + SECTION("cyrillic") + Remote remote("Новая папка", "url"); +} + TEST_CASE("set invalid values", M) { Remote remote;