[Gnucash-changes] r13721 - gnucash/trunk/src/test-core - match quotes (breaks editor syntax hilighting)

Joshua Sled jsled at cvs.gnucash.org
Fri Mar 31 16:08:25 EST 2006


Author: jsled
Date: 2006-03-31 16:08:24 -0500 (Fri, 31 Mar 2006)
New Revision: 13721
Trac: http://svn.gnucash.org/trac/changeset/13721

Modified:
   gnucash/trunk/src/test-core/test-stuff.h
Log:
match quotes (breaks editor syntax hilighting)


Modified: gnucash/trunk/src/test-core/test-stuff.h
===================================================================
--- gnucash/trunk/src/test-core/test-stuff.h	2006-03-31 21:03:13 UTC (rev 13720)
+++ gnucash/trunk/src/test-core/test-stuff.h	2006-03-31 21:08:24 UTC (rev 13721)
@@ -15,8 +15,8 @@
 	int a, b;
 	g_log_set_always_fatal( G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING );
 	a = b = 1;
-	do_test( a == b, 'integer equality" );
-	do_test( a != b, 'integer inequality? (should fail)" );
+	do_test( a == b, "integer equality" );
+	do_test( a != b, "integer inequality? (should fail)" );
 
 	do_test_args( a == b, "fancy info", __FILE__, __LINE__, "a = %d, b = %b", a, b );
 



More information about the gnucash-changes mailing list