mirror of
https://github.com/sasjs/core.git
synced 2026-01-04 16:10:06 +00:00
fix: mp_gsubfile() now works with multiline files (and we have a multiline test to go with it)
This commit is contained in:
@@ -10,7 +10,7 @@ end
|
||||
|
||||
-- open file and perform the substitution
|
||||
file = io.open(fpath,"r")
|
||||
fcontent = file:read()
|
||||
fcontent = file:read("*all")
|
||||
file:close()
|
||||
fcontent = string.gsub(
|
||||
fcontent,
|
||||
|
||||
Reference in New Issue
Block a user