summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/utf8-problem.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/utf8-problem.el')
-rw-r--r--emacs.d/nxhtml/tests/in/utf8-problem.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/utf8-problem.el b/emacs.d/nxhtml/tests/in/utf8-problem.el
new file mode 100644
index 0000000..c5e8b32
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/utf8-problem.el
@@ -0,0 +1,7 @@
+
+(defvar utf8-problem
+ "\\(?:^\\|[[:space:]]\\)\\(?:href\\|src\\)[[:space:]]*=[[:space:]]*\"\\([^<«\"]*\\)\"")
+
+;; Local Variables:
+;; coding: utf-8
+;; End: