Skip to content

Commit

Permalink
Merge branch '6.1' of https://github.com/lucee/Lucee into 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Mar 15, 2024
2 parents 19c6ada + 5f5f003 commit 0372327
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tags/Mail2.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="mail" {
var subject="öäüéàè€";
var filename="Das ist ein sehr langer sehr langer sehr langer sehr
langer Filename mit ä Ä ü Ü ß und Ös und andere Leerzeichen.txt";
if ( server.os.name contains "windows" )
filename = ReReplace( filename,"\s", " ", "all" ); // Windows doesn't allow new lines etc in filenames
var curr=getDirectoryFromPath(getCurrentTemplatePath());
var file=curr&filename;
fileWrite(file, subject);
Expand Down

0 comments on commit 0372327

Please sign in to comment.