aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_string.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark deprected methods and remove internal usageScott Wheeler2019-09-111-1/+0
* Add some test cases for invalid UTF-8 sequences.Tsuda Kageyu2017-01-311-0/+6
* Fix and add some test cases for invalid surrogate pairs.Tsuda Kageyu2017-01-311-3/+8
* Add a few more test cases for invalid UTF-8 sequences.Tsuda Kageyu2017-01-301-0/+3
* Merge pull request #794 from TsudaKageyu/utf8-libraryTsuda Kageyu2017-01-301-0/+8
|\
| * Replace unicode.h/unicode.cpp by the UTF8-CPP library.Tsuda Kageyu2017-01-271-0/+8
* | Check an invalid UTF-8 sequence consists of single char.Tsuda Kageyu2017-01-301-2/+7
|/
* Add a test for unpaired surrogate characters in a UTF-16 string.Tsuda Kageyu2017-01-261-0/+4
* A bit more tolerant check to return itself in String::substr().Tsuda Kageyu2016-11-261-0/+2
* test_string: Make 'stripWhiteSpace' test more complexMartin Flaska2016-11-251-0/+3
* Don't decode redundant UTF-8 sequences in Win32.Tsuda Kageyu2016-11-101-0/+9
* Backport a test from taglib2 branch.Tsuda Kageyu2016-10-281-0/+9
* Reorganize some redundant or missing tests.Tsuda Kageyu2016-02-151-54/+34
* Correct the license information.Tsuda Kageyu2016-02-061-23/+24
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-3/+3
* Merge pull request #676 from TsudaKageyu/string-hide-privateTsuda Kageyu2015-11-231-0/+6
|\
| * Add some tests for String::toInt() with too large values.Tsuda Kageyu2015-11-191-0/+6
* | Avoid using String::null where an empty string is required.Tsuda Kageyu2015-11-201-1/+1
* | Add String::clear() method to clear the string.Tsuda Kageyu2015-11-171-0/+4
|/
* Silence uint ambiguity errors in tests.Festus Hagen2015-05-271-3/+4
* Add a test for strings that contains surrogate pairs.Tsuda Kageyu2015-05-191-4/+18
* Merge pull request #422 from TsudaKageyu/detachLukáš Lalinský2014-08-201-0/+19
|\
| * Added some missing detach()s to List<T>, ByteVector and String.Tsuda Kageyu2014-08-081-0/+19
* | Added some operators to compare String to string literals.Tsuda Kageyu2014-08-121-2/+10
|/
* Modified some tests to work with MSVC.Tsuda Kageyu2014-06-201-1/+1
* Fixed conversion from empty String to ByteVectorTsuda Kageyu2013-12-041-0/+38
* Fixed ABI breakage in TagLib::StringTsuda Kageyu2013-11-061-0/+14
* Added conversion from String to const wchar_t*Tsuda Kageyu2013-06-241-0/+3
* Add some tests for StringTsuda Kageyu2013-04-261-0/+7
* Add tests for newline handling in String (#125)Lukáš Lalinský2013-04-151-0/+17
* Fix tests when compiled with clang on LinuxLukáš Lalinský2012-11-111-1/+1
* Add tests for String::substrLukáš Lalinský2012-09-061-0/+8
* Fix upgrading of ID3v2.3 genre with number 0 (Blues)Lukáš Lalinský2010-04-121-0/+28
* Add String:rfindLukáš Lalinský2009-04-291-0/+14
* Detach before appending a characterLukáš Lalinský2009-03-251-0/+20
* add missing include; fixes compilation with testsAndreas Hartmetz2008-04-061-0/+1
* Tweaks to preparing UTF-16 strings with BOMLukáš Lalinský2008-01-211-0/+22
* Add a CppUnit-based test suite (only very few things is covered for now, but ...Lukáš Lalinský2007-11-101-0/+113