summaryrefslogtreecommitdiff
path: root/src/test.cpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2013-11-22 21:00:07 +0100
committerFlorent Le Coz <louiz@louiz.org>2013-11-27 00:37:23 +0100
commitfba01f46468050d4f3b8eb35373ed49a3584868e (patch)
treede7d59983ca65db7ec493a24ab3e0b629a4c9798 /src/test.cpp
parent959291afe69de05aaa7ceeb61b3b0ede7a54bfea (diff)
downloadbiboumi-fba01f46468050d4f3b8eb35373ed49a3584868e.tar.gz
biboumi-fba01f46468050d4f3b8eb35373ed49a3584868e.tar.bz2
biboumi-fba01f46468050d4f3b8eb35373ed49a3584868e.tar.xz
biboumi-fba01f46468050d4f3b8eb35373ed49a3584868e.zip
Remove incomplete implementation of remove_irc_colors
Diffstat (limited to 'src/test.cpp')
-rw-r--r--src/test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test.cpp b/src/test.cpp
index aa1ccde..1f2d185 100644
--- a/src/test.cpp
+++ b/src/test.cpp
@@ -44,10 +44,6 @@ int main()
std::string from_ascii = utils::convert_to_utf8(original_latin1, "US-ASCII");
assert(from_ascii == "couc�ou");
- std::string coucou("\u0002\u0002COUCOU\u0003");
- remove_irc_colors(coucou);
- assert(coucou == "COUCOU");
-
/**
* Utils
*/