Skip to content

Commit d54933a

Browse files
committed
updating script to work with new injection function
1 parent 08e2bda commit d54933a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/xml2k

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ sub elementToK {
236236
# return ($inNextState, "(.).K");
237237
# }
238238
if ($label eq 'List') {
239-
my $prefix = '(_`(_`)(kList("wklist_"), ';
239+
my $prefix = '(_`(_`)(kList("List`{K`}2K_"), ';
240240
my $suffix = '))';
241241
return ($inNextState, $prefix . $kterm . $suffix);
242242
} elsif ($label eq 'Set') {

0 commit comments

Comments
 (0)