From 68dbdb3a72050b0deb943520756cc737a840faf1 Mon Sep 17 00:00:00 2001 From: ryaneberly Date: Tue, 8 Aug 2017 20:48:33 -0400 Subject: [PATCH] Added test for #359 showing parsing error gone with cfparser 2.5.0 --- .../resources/com/cflint/tests/Parsing/import_359.cfc | 1 + .../com/cflint/tests/Parsing/import_359.expected.txt | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 src/test/resources/com/cflint/tests/Parsing/import_359.cfc create mode 100644 src/test/resources/com/cflint/tests/Parsing/import_359.expected.txt diff --git a/src/test/resources/com/cflint/tests/Parsing/import_359.cfc b/src/test/resources/com/cflint/tests/Parsing/import_359.cfc new file mode 100644 index 000000000..34aa1f1d2 --- /dev/null +++ b/src/test/resources/com/cflint/tests/Parsing/import_359.cfc @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/test/resources/com/cflint/tests/Parsing/import_359.expected.txt b/src/test/resources/com/cflint/tests/Parsing/import_359.expected.txt new file mode 100644 index 000000000..bd05d8eeb --- /dev/null +++ b/src/test/resources/com/cflint/tests/Parsing/import_359.expected.txt @@ -0,0 +1,11 @@ +{ + "version" : "", + "timestamp" : 0, + "issues" : [ ], + "counts" : { + "totalFiles" : 0, + "totalLines" : 0, + "countByCode" : [ ], + "countBySeverity" : [ ] + } +} \ No newline at end of file