aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.pl
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-04-05 17:20:57 +1100
committernyamatongwe <devnull@localhost>2013-04-05 17:20:57 +1100
commit52b3989c2d1823d0b603daf6a02a89f4796930c0 (patch)
treed948600a732d9ae2fc289e5c5a8b89e37d574b60 /test/examples/x.pl
parentf71d19fc8b7a43291e387b0111c32c7dd4507a52 (diff)
downloadscintilla-mirror-52b3989c2d1823d0b603daf6a02a89f4796930c0.tar.gz
Added tests for Ruby and Perl lexers.
Diffstat (limited to 'test/examples/x.pl')
-rw-r--r--test/examples/x.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/examples/x.pl b/test/examples/x.pl
new file mode 100644
index 000000000..ba89f62a7
--- /dev/null
+++ b/test/examples/x.pl
@@ -0,0 +1,5 @@
+use strict;
+while ( $r ) {
+ printf ( "Example text \n" );
+ sleep 1;
+} \ No newline at end of file