aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.rb
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-04-14 14:33:39 +1000
committernyamatongwe <devnull@localhost>2013-04-14 14:33:39 +1000
commitafaccacc703e9e436d2bc1c0a8900b8d8c0c7f65 (patch)
tree6574e488e9ff7af2dca30beefe3a7725f7c54321 /test/examples/x.rb
parent8ddd3dbe738dc12e7d9fe4d21fadd0117ffa11ba (diff)
downloadscintilla-mirror-afaccacc703e9e436d2bc1c0a8900b8d8c0c7f65.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.rb10
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