diff options
author | nyamatongwe <unknown> | 2013-04-05 17:20:57 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-04-05 17:20:57 +1100 |
commit | 581cbf27b13df62778b592158bf343c4dbf99276 (patch) | |
tree | b25b0e3e180fe799f66203c68d1c9810e96bd528 /test/examples/x.pl | |
parent | 8cdd9b7678b928610b7cd422eca196463d0cb138 (diff) | |
download | scintilla-mirror-581cbf27b13df62778b592158bf343c4dbf99276.tar.gz |
Added tests for Ruby and Perl lexers.
Diffstat (limited to 'test/examples/x.pl')
-rw-r--r-- | test/examples/x.pl | 5 |
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 |