emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r114556: * test/indent/ruby.rb: Fix a spurious c


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r114556: * test/indent/ruby.rb: Fix a spurious change, add more failing examples.
Date: Mon, 07 Oct 2013 12:55:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +z = {
> +  foo: {
> +    a: "aaa",
> +    b: "bbb"
> +  }
> +}

I think I've fixed this one, now.

> +foo +
> +  bar

This one makes no sense to me: as an instruction, it seems non-sensical
(I assume addition is pure), and this indentation seems incompatible
with the previous examples like

  foo = x +
        y

> +foo if
> +  bar

This is another case where implicit-semi-p needs to be refined.


        Stefan



reply via email to

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