@dra2020/baseclient 1.0.71 → 1.0.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -944,6 +944,9 @@ class ParseOne {
944
944
  this.quote = 0;
945
945
  this.nwhite = 0;
946
946
  }
947
+ else if (this.quote) {
948
+ this.tok[this.toklen++] = c;
949
+ }
947
950
  else if (c === Comma || c === Pipe) {
948
951
  this.force = true;
949
952
  this.pushtok();