ObjFW  Diff

Differences From Artifact [c3ff6abd22]:

To Artifact [856ca278b2]:


247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
247
248
249
250
251
252
253





254
255
256
257
258
259
260







-
-
-
-
-







		ok = true;
	}

	TEST(@"Detection of mutation during Fast Enumeration", ok)

	[mutableDict removeObjectForKey: @""];

	TEST(@"-[URIQueryString]",
	    [[[OFDictionary dictionaryWithKeysAndObjects: @"foo", @"bar",
							  @"q&x", @"q=x", nil]
	    URIQueryString] isEqual: @"q%26x=q%3Dx&foo=bar"])

#ifdef OF_HAVE_BLOCKS
	{
		__block size_t j = 0;
		__block bool blockOk = true;

		[mutableDict enumerateKeysAndObjectsUsingBlock:
		    ^ (id key, id object, bool *stop) {