From: Adam Dickmeiss Date: Mon, 11 Feb 2013 13:23:13 +0000 (+0100) Subject: ztest.pl returns display_term for one of the entries X-Git-Tag: v1.17~10 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=3c0071bd93092f0686a26d8e0ed0c99fc2452afc;ds=sidebyside ztest.pl returns display_term for one of the entries --- diff --git a/ztest.pl b/ztest.pl index 10ca667..c1e648f 100755 --- a/ztest.pl +++ b/ztest.pl @@ -70,6 +70,7 @@ sub my_scan_handler { my $term = $args->{TERM}; my $entries = [ { TERM => 'Number 1', + DISPLAY_TERM => 'Number .1', OCCURRENCE => 10 }, { TERM => 'Number 2', OCCURRENCE => 8 },