From 52b3989c2d1823d0b603daf6a02a89f4796930c0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 5 Apr 2013 17:20:57 +1100 Subject: Added tests for Ruby and Perl lexers. --- test/examples/x.pl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/examples/x.pl (limited to 'test/examples/x.pl') 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 -- cgit v1.2.3