Mercurial > audlegacy
diff src/tests/tuple_formatter_test.c @ 3288:9a288f964928 trunk
more tests
| author | William Pitcock <nenolod@atheme-project.org> |
|---|---|
| date | Thu, 09 Aug 2007 09:02:05 -0500 |
| parents | d003b429bd03 |
| children | 4e7cc6d9b525 |
line wrap: on
line diff
--- a/src/tests/tuple_formatter_test.c Thu Aug 09 09:01:24 2007 -0500 +++ b/src/tests/tuple_formatter_test.c Thu Aug 09 09:02:05 2007 -0500 @@ -90,6 +90,14 @@ } g_free(tstr); + tstr = tuple_formatter_process_string(tuple, "${!=splork,splork:${splorkerz}}"); + if (g_ascii_strcasecmp(tstr, "")) + { + g_print("fail 8: '%s'\n", tstr); + return EXIT_FAILURE; + } + g_free(tstr); + mowgli_object_unref(tuple); return EXIT_SUCCESS;
