Description: Workaround around a regression in GraphicsMagick that causes a 
  test to fail.
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>
Bug-Debian: https://bugs.debian.org/759956
--- a/samples/memory.txt
+++ b/samples/memory.txt
@@ -1,7 +1,7 @@
 CS1 = 1, OE = 1, ADDR = X, DATA = Z.
 
-CS1 = 0, OE = 0, ADDR = "".
-OE -tOE> DATA = "";
+CS1 = 0, OE = 0, ADDR = " ".
+OE -tOE> DATA = " ";
 CS1 -tCS1> DATA;
 ADDR -tACC> DATA.
 
