This commit is contained in:
Pavel Kartavyy 2016-03-18 22:12:14 +03:00
commit 67e74bf5cb
2 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@ else
# нужно для stash или неполноценной копии репозитория # нужно для stash или неполноценной копии репозитория
revision="77777" revision="77777"
fi fi
revision=$(echo $revision | sed 's/\([0-9]*\)[^0-9]*/\1/')
echo " echo "
#ifndef REVISION #ifndef REVISION

View File

@ -23,7 +23,6 @@ struct GetStringTestRecord
void get_string() void get_string()
{ {
/// Inspired by http://robthedoodler.deviantart.com/art/Coo-man-407376198
std::vector<GetStringTestRecord> test_data = std::vector<GetStringTestRecord> test_data =
{ {
{ R"COO("name")COO"s, ResultType::Return, R"MAN(name)MAN"s }, { R"COO("name")COO"s, ResultType::Return, R"MAN(name)MAN"s },