Minor fixes for xml entities and interpolate
parent
73f30edb29
commit
9efe8fa520
|
@ -16,6 +16,7 @@ IN: xml.entities
|
|||
{ CHAR: & "&" }
|
||||
{ CHAR: ' "'" }
|
||||
{ CHAR: " """ }
|
||||
{ CHAR: < "<" }
|
||||
} ;
|
||||
|
||||
: escape-string-by ( str table -- escaped )
|
||||
|
|
|
@ -90,7 +90,7 @@ MACRO: interpolate-chunk ( string -- chunk )
|
|||
|
||||
: parse-def ( accum delimiter word -- accum )
|
||||
[
|
||||
parse-multiline-string
|
||||
parse-multiline-string but-last
|
||||
[ string>chunk extract-variables collect ] keep
|
||||
parsed
|
||||
] dip parsed ;
|
||||
|
|
Loading…
Reference in New Issue