aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb')
-rw-r--r--test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb b/test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb
index 9959de4fe71..1f7caf64c34 100644
--- a/test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb
+++ b/test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb
@@ -54,6 +54,14 @@ qux = foo.fee ?
54 bar : 54 bar :
55 tee 55 tee
56 56
57with_paren = (a + b *
58 c * d +
59 12)
60
61without_paren = a + b *
62 c * d +
63 12
64
57# Local Variables: 65# Local Variables:
58# mode: ruby-ts 66# mode: ruby-ts
59# ruby-after-operator-indent: t 67# ruby-after-operator-indent: t