aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb10
1 files changed, 10 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 6b4107ef97b..7de94ceadec 100644
--- a/test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb
+++ b/test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb
@@ -18,6 +18,16 @@ qux = [1,
18att = {a: 1, 18att = {a: 1,
19 b: 2} 19 b: 2}
20 20
21a = 1 ? 2 :(
22 2 + 3
23)
24
25unless bismark
26 sink += 12
27else
28 dog = 99
29end
30
21# Local Variables: 31# Local Variables:
22# mode: ruby-ts 32# mode: ruby-ts
23# End: 33# End: