mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-08 13:49:47 +00:00
Move split_tags to core.
This commit is contained in:
parent
4bd7c3515a
commit
f12d498e40
8 changed files with 17 additions and 15 deletions
|
@ -18,10 +18,10 @@
|
|||
#include <gtest/gtest.h>
|
||||
#include <sstream>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include "dindexer-common/split_tags.hpp"
|
||||
#include "dindexer-core/split_tags.hpp"
|
||||
|
||||
TEST(cli_main, split_tags) {
|
||||
using dinlib::split_tags;
|
||||
using dincore::split_tags;
|
||||
|
||||
{
|
||||
const std::string test_tags = "tag1,tag2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue