emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trunk r115159: * test/automated/ruby-mode-tests.el:


From: Dmitry Gutov
Subject: Re: trunk r115159: * test/automated/ruby-mode-tests.el:
Date: Thu, 21 Nov 2013 01:09:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Bozhidar Batsov <address@hidden> writes:

> ------------------------------------------------------------
> revno: 115159
> revision-id: address@hidden
> parent: address@hidden
> committer: Bozhidar Batsov <address@hidden>
> branch nick: master
> timestamp: Wed 2013-11-20 13:01:31 +0200
> message:
>   * test/automated/ruby-mode-tests.el:
>   
>   Add a failing test for bug #15874.
> ...
> +(ert-deftest ruby-exit!-font-lock ()
> +  (ruby-assert-face "exit!" 5 font-lock-builtin-face))
> +

I think the best way to fix that would be to replace the "\\_>"
generated by `regexp-opt' with some combination of special chars that
would say "the next character can't be a part of a symbol" (i.e. its
syntax is not word or symbol).

Unfortunately, I wasn't able to come up with a way to write that, so
far.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]