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.pl | |
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.pl')
-rw-r--r-- | test/examples/x.pl | 8 |
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 |