From: Frank Duncan Date: Sat, 22 Apr 2017 21:26:00 +0000 (-0500) Subject: Bug fix: variable initial value couldn't be one character X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=sheep;a=commitdiff_plain;h=c09f83162ad13445c656e9c06d09fc2f29cccf5f Bug fix: variable initial value couldn't be one character --- diff --git a/src/main/var.lisp b/src/main/var.lisp index a3910f2..93ef25e 100644 --- a/src/main/var.lisp +++ b/src/main/var.lisp @@ -33,7 +33,7 @@ (cond ((and next-optional (not next-line)) (list "")) ((and (string= "" next-line) (not (more))) (fire-error "Can't end with empty line")) - ((cl-ppcre:scan "^ [^ ].+" next-line) + ((cl-ppcre:scan "^ [^ ]+" next-line) (let ((rest-of-freeform (freeform->paragraphs next next-optional))) (cons