From 78d9b160152ee399f31086cc6b5f66a7ca7f9e24 Mon Sep 17 00:00:00 2001 From: doug-martin Date: Fri, 15 May 2020 15:58:08 -0500 Subject: [PATCH] fix(parse): Handle escaped escape properly #340 --- .run/Run Examples.run.xml | 12 ++++++++++ .run/Serve Docs.run.xml | 12 ++++++++++ .run/jest.config.js.run.xml | 13 +++++++++++ .../parse/__tests__/issues/issue340.spec.ts | 22 +++++++++++++++++++ .../parser/column/QuotedColumnParser.spec.ts | 7 ++++++ .../src/parser/column/QuotedColumnParser.ts | 8 +++++-- 6 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 .run/Run Examples.run.xml create mode 100644 .run/Serve Docs.run.xml create mode 100644 .run/jest.config.js.run.xml create mode 100644 packages/parse/__tests__/issues/issue340.spec.ts diff --git a/.run/Run Examples.run.xml b/.run/Run Examples.run.xml new file mode 100644 index 00000000..8a988a7d --- /dev/null +++ b/.run/Run Examples.run.xml @@ -0,0 +1,12 @@ + + + + + +