changeset 3288:9a288f964928 trunk

more tests
author William Pitcock <nenolod@atheme-project.org>
date Thu, 09 Aug 2007 09:02:05 -0500
parents d003b429bd03
children 5cc45a1f118a
files src/tests/tuple_formatter_test.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
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;