Skip to content

Commit 5faa9cb

Browse files
Update Application.cfc (#597)
Added this.suppressRemoteComponentContent = false;
1 parent 0ba8f4c commit 5faa9cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Application.cfc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ component{
1717
// Turn on/off white space management
1818
this.whiteSpaceManagement = "smart";
1919

20+
// Turn on/off remote cfc content whitespace
21+
this.suppressRemoteComponentContent = false;
22+
2023
// setup test path
2124
this.mappings[ "/tests" ] = getDirectoryFromPath( getCurrentTemplatePath() );
2225
// setup root path

0 commit comments

Comments
 (0)