Function: ert-font-lock--goto-first-char
ert-font-lock--goto-first-char is a byte-compiled function defined in
ert-font-lock.el.gz.
Signature
(ert-font-lock--goto-first-char)
Documentation
Move the point to the first character.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert-font-lock.el.gz
(defun ert-font-lock--goto-first-char ()
"Move the point to the first character."
(beginning-of-line)
(skip-syntax-forward " "))