aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.pl
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.pl
parent8ddd3dbe738dc12e7d9fe4d21fadd0117ffa11ba (diff)
downloadscintilla-mirror-afaccacc703e9e436d2bc1c0a8900b8d8c0c7f65.tar.gz
Adding example file extensions to native file setting so tests work.
Diffstat (limited to 'test/examples/x.pl')
-rw-r--r--test/examples/x.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/examples/x.pl b/test/examples/x.pl
index ba89f62a7..19288f2c9 100644
--- a/test/examples/x.pl
+++ b/test/examples/x.pl
@@ -1,5 +1,5 @@
-use strict;
-while ( $r ) {
- printf ( "Example text \n" );
- sleep 1;
+use strict;
+while ( $r ) {
+ printf ( "Example text \n" );
+ sleep 1;
} \ No newline at end of file