Skip to content

Commit a8d9711

Browse files
committed
Allow dollar sign ($) in treetop parsed strings.
1 parent acba51c commit a8d9711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/puppet_x/wildfly/jboss_cli.treetop

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ grammar JBossCLI
5151
end
5252

5353
rule identifier
54-
([a-zA-Z0-9_\.\-]+ / '"' [a-zA-Z0-9_\.\-:/]+ '"')
54+
([a-zA-Z0-9_\.\-\$]+ / '"' [a-zA-Z0-9_\.\-:/]+ '"')
5555
end
5656

5757
end

0 commit comments

Comments
 (0)