From a9598e606edc4490b8b58aedb4ecdca64b6ffed9 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sun, 22 Dec 2013 11:10:03 -0800 Subject: [PATCH] Add test file needed by a trac test. --- tests/resources/read-insert.lisp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/resources/read-insert.lisp diff --git a/tests/resources/read-insert.lisp b/tests/resources/read-insert.lisp new file mode 100644 index 000000000..cae19a492 --- /dev/null +++ b/tests/resources/read-insert.lisp @@ -0,0 +1,11 @@ +(in-package :cl-haml) + +(defun read-haml-insert-line (stream &optional (eof-error-p nil) + (eof-value +eof+)) + (list +haml+ + (read-contents stream + (read-options stream + eof-error-p + eof-value) + eof-error-p + eof-value))) -- GitLab