Skip to content
Snippets Groups Projects
Commit a9598e60 authored by Raymond Toy's avatar Raymond Toy
Browse files

Add test file needed by a trac test.

parent fe9b90a2
No related branches found
No related tags found
No related merge requests found
(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)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment