diff options
author | nyamatongwe <unknown> | 2013-04-14 14:33:39 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-04-14 14:33:39 +1000 |
commit | 7d362c38ef421be1d6003b5a2a1bfc560c50b313 (patch) | |
tree | d145094364a6308a5de75caf393c85dc4512e28f /test/examples/x.rb | |
parent | 627c9b20e4e59fc503081defe219c0756d932fe8 (diff) | |
download | scintilla-mirror-7d362c38ef421be1d6003b5a2a1bfc560c50b313.tar.gz |
Adding example file extensions to native file setting so tests work.
Diffstat (limited to 'test/examples/x.rb')
-rw-r--r-- | test/examples/x.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/examples/x.rb b/test/examples/x.rb index 234a6406b..d1bb0f0a8 100644 --- a/test/examples/x.rb +++ b/test/examples/x.rb @@ -1,6 +1,6 @@ -class Demo
- def test # A test
- i = 1
- puts "Example"
- end
+class Demo + def test # A test + i = 1 + puts "Example" + end end
\ No newline at end of file |