projects
/
sheep
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d898031
)
Bug fix: variable initial value couldn't be one character
author
Frank Duncan <frank@kank.net>
Sat, 22 Apr 2017 21:26:00 +0000
(16:26 -0500)
committer
Frank Duncan <frank@kank.net>
Sat, 22 Apr 2017 21:26:00 +0000
(16:26 -0500)
src/main/var.lisp
patch
|
blob
|
history
diff --git
a/src/main/var.lisp
b/src/main/var.lisp
index a3910f2418dc537386517558f1c95a6a3469faea..93ef25e3657e6c5889b9e4ece1c51a6070005479 100644
(file)
--- 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