aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.rb
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-04-05 17:20:57 +1100
committernyamatongwe <devnull@localhost>2013-04-05 17:20:57 +1100
commit52b3989c2d1823d0b603daf6a02a89f4796930c0 (patch)
treed948600a732d9ae2fc289e5c5a8b89e37d574b60 /test/examples/x.rb
parentf71d19fc8b7a43291e387b0111c32c7dd4507a52 (diff)
downloadscintilla-mirror-52b3989c2d1823d0b603daf6a02a89f4796930c0.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