Added marmot-support

Change-Id: I8ccaf9398a4f4b6a43b4a3416547cddb36daa341
diff --git a/t/script/base.t b/t/script/base.t
index 20070a2..8e50e0d 100644
--- a/t/script/base.t
+++ b/t/script/base.t
@@ -48,7 +48,7 @@
 is($json->{textType}, 'Autobiographie', 'text type');
 is($json->{title}, 'Autobiographische Einzelheiten', 'Title');
 is($json->{data}->{tokenSource}, 'base#tokens_aggr', 'Title');
-is($json->{data}->{foundries}, 'dereko dereko/structure dereko/structure/base-sentences-paragraphs', 'Foundries');
+is($json->{data}->{foundries}, 'dereko dereko/structure dereko/structure/base-sentences-paragraphs marmot marmot/morpho', 'Foundries');
 my $stream = $json->{data}->{stream};
 my $token = $stream->[0];
 is($token->[0], '-:base/paragraphs$<i>14', 'Paragraphs');