Change comment to _comment
Change-Id: I82d8ef28e01d99717df63ab6fa8c4ad9d98aa095
diff --git a/t/regex2vc.t b/t/regex2vc.t
index fbdb721..a7df7ed 100644
--- a/t/regex2vc.t
+++ b/t/regex2vc.t
@@ -15,7 +15,7 @@
is($doc->{key},'corpusSigle');
is($doc->{value},'x');
is($doc->{type},'type:string');
-is($doc->{comment},'name:"Name",desc:"Beschreibung"');
+is($doc->{_comment},'name:"Name",desc:"Beschreibung"');
$doc = _collection("x/");
is($doc->{key},'corpusSigle');
@@ -26,7 +26,7 @@
is($doc->{key},'corpusSigle');
is($doc->{value},'x[0-3]');
is($doc->{type},'type:regex');
-is($doc->{comment},'name:"Na\"me",desc:"Besch\"re\'ibung"');
+is($doc->{_comment},'name:"Na\"me",desc:"Besch\"re\'ibung"');
$doc = _collection('x[0-3]/');
is($doc->{key},'corpusSigle');