Add proper test for 3384

Change-Id: I9ba242a27a05fcb4878b9cee544c3d898ce61ec3
diff --git a/t/script.t b/t/script.t
index 9521d73..e9d9dc9 100644
--- a/t/script.t
+++ b/t/script.t
@@ -69,6 +69,9 @@
     ->text_like('raw_text > text', qr!^Campagne in Frankreich 1792.*?uns allein begl.*cke\.$!, 'text content')
     ->text_like('raw_text > text', qr!unter dem Titel "Kriegstheater"!, 'text content');
 
+  my $content = $t->get_content_of('GOE/AGA/00000/data.xml');
+  like($content, qr!unter dem Titel "Kriegstheater"!, 'raw text content');
+
   $t->unzip_xml('GOE/AGA/00000/struct/structure.xml')
     ->text_is('span[id=s3] *[name=type]', 'Autobiographie', 'text content')
     ->text_is('#s3 *[name=type]', 'Autobiographie', 'text content')