Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AccelerationNet/cl-csv
Browse files Browse the repository at this point in the history
  • Loading branch information
ryepup committed Jan 4, 2012
2 parents 61efff4 + 34adf77 commit e576306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csv.lisp
Expand Up @@ -226,7 +226,8 @@
(T (finish-item) (return items))))

;; the next characters are an escape sequence, start skipping
((and (eql state :collecting-quoted)
((and (or (eql state :collecting-quoted)
(eql state :collecting))
*quote-escape* ;; if this is null there is no escape
(%escape-seq? line i *quote-escape* llen elen))
(store-char *quote*)
Expand Down

0 comments on commit e576306

Please sign in to comment.