diff --git a/qsgen2 b/qsgen2 index 8109668..e03687d 100755 --- a/qsgen2 +++ b/qsgen2 @@ -869,7 +869,7 @@ def replace_qstags(match): pattern = r'#\w+' # Replace QStags using the defined function -result = re.sub(pattern, replace_qstags, '$content') +result = re.sub(pattern, replace_qstags, '''$content''') print(result) EOF @@ -883,6 +883,7 @@ EOF + # Time to test the first function #_msg std "Running function blogs" _blogs