emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r114556: * test/indent/ruby.rb: Fix a spurious change, add more failing examples.
Date: Mon, 07 Oct 2013 13:27:37 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114556
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Mon 2013-10-07 16:27:29 +0300
message:
  * test/indent/ruby.rb: Fix a spurious change, add more failing examples.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/indent/ruby.rb            ruby.rb-20120424165921-h044139hbrd7snvw-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-10-06 01:21:51 +0000
+++ b/test/ChangeLog    2013-10-07 13:27:29 +0000
@@ -1,3 +1,7 @@
+2013-10-07  Dmitry Gutov  <address@hidden>
+
+       * indent/ruby.rb: Fix a spurious change, add more failing examples.
+
 2013-10-06  Dmitry Gutov  <address@hidden>
 
        * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'

=== modified file 'test/indent/ruby.rb'
--- a/test/indent/ruby.rb       2013-10-07 03:38:26 +0000
+++ b/test/indent/ruby.rb       2013-10-07 13:27:29 +0000
@@ -114,7 +114,7 @@
 end
 
 # Bug#15369
-MSG = 'Separate every 3 digits in the integer portion of a number' +
+MSG = 'Separate every 3 digits in the integer portion of a number' \
       'with underscores(_).'
 
 class C
@@ -137,7 +137,21 @@
 foo.
   bar
 
-# FIXME: is this really valid Ruby?  Isn't the newline after "foo" treated as
-# an implicit semi-colon?
+# Examples below still fail with `ruby-use-smie' on:
+
+# 
https://github.com/rails/rails/blob/17f5d8e062909f1fcae25351834d8e89967b645e/activesupport/lib/active_support/time_with_zone.rb#L206
 foo
   .bar
+
+z = {
+  foo: {
+    a: "aaa",
+    b: "bbb"
+  }
+}
+
+foo +
+  bar
+
+foo if
+  bar


reply via email to

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