summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/utf8-problem.el
blob: c5e8b3223ed2a71daf3003f1f2cadef2eca18f5b (plain)
1
2
3
4
5
6
7
(defvar utf8-problem
  "\\(?:^\\|[[:space:]]\\)\\(?:href\\|src\\)[[:space:]]*=[[:space:]]*\"\\([^<«\"]*\\)\"")

;; Local Variables:
;; coding: utf-8
;; End: