From 581cbf27b13df62778b592158bf343c4dbf99276 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 5 Apr 2013 17:20:57 +1100 Subject: Added tests for Ruby and Perl lexers. --- test/examples/x.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/examples/x.rb (limited to 'test/examples/x.rb') 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 -- cgit v1.2.3