diff options
| author | nyamatongwe <unknown> | 2013-04-05 17:20:57 +1100 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2013-04-05 17:20:57 +1100 |
| commit | 581cbf27b13df62778b592158bf343c4dbf99276 (patch) | |
| tree | b25b0e3e180fe799f66203c68d1c9810e96bd528 /test/examples/x.rb | |
| parent | 8cdd9b7678b928610b7cd422eca196463d0cb138 (diff) | |
| download | scintilla-mirror-581cbf27b13df62778b592158bf343c4dbf99276.tar.gz | |
Added tests for Ruby and Perl lexers.
Diffstat (limited to 'test/examples/x.rb')
| -rw-r--r-- | test/examples/x.rb | 6 |
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 |
