aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.rb
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-04-05 17:20:57 +1100
committernyamatongwe <unknown>2013-04-05 17:20:57 +1100
commit581cbf27b13df62778b592158bf343c4dbf99276 (patch)
treeb25b0e3e180fe799f66203c68d1c9810e96bd528 /test/examples/x.rb
parent8cdd9b7678b928610b7cd422eca196463d0cb138 (diff)
downloadscintilla-mirror-581cbf27b13df62778b592158bf343c4dbf99276.tar.gz
Added tests for Ruby and Perl lexers.
Diffstat (limited to 'test/examples/x.rb')
-rw-r--r--test/examples/x.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/examples/x.rb b/test/examples/x.rb
new file mode 100644
index 000000000..234a6406b
--- /dev/null
+++ b/test/examples/x.rb
@@ -0,0 +1,6 @@
+class Demo
+ def test # A test
+ i = 1
+ puts "Example"
+ end
+end \ No newline at end of file