Skip to content

Commit bf325af

Browse files
committed
Escaping $
1 parent 12c59d9 commit bf325af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/@aml/@aml_parse/custom_code.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ In the following example `log` is filled automatically (which doesn't have an as
8080
# add custom code to the end of extractor function
8181
@extractor begin
8282
if GPA > 4.0
83-
log = "A genius with a GPA of $GPA is found" # setting fields using @extractor only changes the field and not the xml code
83+
log = "A genius with a GPA of \$GPA is found" # setting fields using @extractor only changes the field and not the xml code
8484
end
8585
end
8686
end

0 commit comments

Comments
 (0)