From c24b4b5cbce7b5565b45561bf8fdfed25841f5d6 Mon Sep 17 00:00:00 2001 From: Bill Rawlinson Date: Fri, 18 Dec 2015 14:27:46 -0500 Subject: [PATCH] simply test file --- .../coldfusion/expected/test.cfc | 92 +------------------ .../coldfusion/original/test.cfc | 72 ++------------- 2 files changed, 10 insertions(+), 154 deletions(-) diff --git a/examples/nested-jsbeautifyrc/coldfusion/expected/test.cfc b/examples/nested-jsbeautifyrc/coldfusion/expected/test.cfc index cc39c3c..d4d1b32 100644 --- a/examples/nested-jsbeautifyrc/coldfusion/expected/test.cfc +++ b/examples/nested-jsbeautifyrc/coldfusion/expected/test.cfc @@ -1,96 +1,8 @@ - + variables.instance = structNew(); return this; - - - - - - - - - - - - - - - - - - - - - - - - - initFormattingRules(); - local.reader = createObject("component", "foo.com.ExcelReader").init(arguments.filepath, arguments.sheetNumber); - local.data = local - .reader - .read(arguments.ignoreColumnPoint, arguments.dataStartRow); - local.data = local - .reader - .fixDateAndNumericColumns(local.data, variables.instance.dateColumns, variables.instance.numberColumns); - return local.data; - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/examples/nested-jsbeautifyrc/coldfusion/original/test.cfc b/examples/nested-jsbeautifyrc/coldfusion/original/test.cfc index 6d2a49f..d1c1d45 100644 --- a/examples/nested-jsbeautifyrc/coldfusion/original/test.cfc +++ b/examples/nested-jsbeautifyrc/coldfusion/original/test.cfc @@ -1,64 +1,8 @@ - - - - variables.instance = structNew(); - return this; - - - - - - - - - - - - - - - - - - - - - - - - - - - initFormattingRules(); - local.reader = createObject("component", "foo.com.ExcelReader").init(arguments.filepath, arguments.sheetNumber); - local.data = local.reader.read(arguments.ignoreColumnPoint, arguments.dataStartRow); - local.data = local.reader.fixDateAndNumericColumns(local.data, variables.instance.dateColumns, variables.instance.numberColumns); - return local.data; - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + +variables.instance = structNew(); +return this; + + +