More fixes to lexical scan

This commit is contained in:
2024-05-06 10:05:43 +01:00
parent 228a42ed60
commit a5f8e153a2
12 changed files with 152 additions and 105 deletions

View File

@@ -8,7 +8,7 @@
};
</script>
<h2>
%= l("${prefix} Hello ${route}");
%= l('${prefix} Hello ${route}');
</h2>
% my $btn = l('APPLY');
%= form_for "${PackageName}d" => (method => 'POST') => begin