vala-lang / valdo

Create new Vala projects from templates
GNU Lesser General Public License v2.1
52 stars 14 forks source link

Incorrect variable replacement #28

Open SpikedPaladin opened 1 year ago

SpikedPaladin commented 1 year ago

Don't able to use variable if $ sign used to be before variable

Example: $${APP_NAMESPACE} After template created will be replaced with ${APP_NAMESPACE}

Expected result $${APP_NAMESPACE} -> $TestNamespace