legacy-dotfiles/emacs.d/nxhtml/tests/in/utf8-problem.el

8 lines
159 B
EmacsLisp
Raw Normal View History

(defvar utf8-problem
"\\(?:^\\|[[:space:]]\\)\\(?:href\\|src\\)[[:space:]]*=[[:space:]]*\"\\([^<«\"]*\\)\"")
;; Local Variables:
;; coding: utf-8
;; End: