aboutsummaryrefslogtreecommitdiffstats
path: root/tests/empathy-parser-test.c
Commit message (Collapse)AuthorAgeFilesLines
* add missing config.h in testsGuillaume Desmottes2012-03-121-0/+2
|
* String parser is changed in order not to break URLs at apostrophes.Vitaly Minko2010-11-011-1/+5
|
* empathy_string_replace_escaped: remove '\r' (#620903)Guillaume Desmottes2010-06-081-0/+4
|
* empathy-parser-test: use empathy_string_replace_escapedGuillaume Desmottes2010-06-081-18/+7
|
* empathy-parser-test: stop as soon a test failsGuillaume Desmottes2010-06-081-5/+1
| | | | That's much easier to spot the test failing.
* Parser API is moved from empathy-ui-utils to empathy-string-parserXavier Claessens2010-03-051-1/+1
|
* Add some more tests, and fail only after all have run, it's easier to debugXavier Claessens2009-11-251-8/+18
|
* Add test for bug #597049Xavier Claessens2009-11-251-2/+9
|
* Add more test cases and fix some found issues in link regex.Xavier Claessens2009-11-251-20/+52
|
* Replace GString param with a generic gpointer user_data, and port ↵Xavier Claessens2009-11-251-5/+21
| | | | EmpathyChatTextView to new parser API.
* Also parse smileys in testsXavier Claessens2009-11-251-0/+14
|
* Add parser testsXavier Claessens2009-11-251-0/+66