From 3c0071bd93092f0686a26d8e0ed0c99fc2452afc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 11 Feb 2013 14:23:13 +0100 Subject: [PATCH] ztest.pl returns display_term for one of the entries --- ztest.pl | 1 + 1 file changed, 1 insertion(+) 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 }, -- 1.7.10.4