Fix prefix

This commit is contained in:
Aoran Zeng
2025-07-21 03:01:27 +08:00
parent 498eabf869
commit 2300c3052c
3 changed files with 10 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ my class CVariableNameGenerator {
method generate($section) {
my $config = Config::SectionConfig.new($section);
my $config = Rawstr4c::Config::SectionConfig.new($section);
my $prefix = $config.prefix.string-value;
my $postfix = $config.postfix.string-value;
@@ -222,7 +222,7 @@ class Generator {
my $title = $section.title;
my $rawstr = $section.codeblock;
my $config = Config::SectionConfig.new($section);
my $config = Rawstr4c::Config::SectionConfig.new($section);
my $debug-in-config = $config.debug.bool-value;