diff options
author | Georg Brandl <georg@python.org> | 2011-06-18 11:43:36 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-06-18 11:43:36 +0200 |
commit | 562ff26ebb78e487310bbacc19e172e56dbd8cbe (patch) | |
tree | b6e61569df4e65ccbaf1799d8d85bedc1d783b7f /tests/examplefiles/test.rb | |
parent | e9d162a0a9156db681297fe1625d4cdbb3420641 (diff) | |
download | pygments-562ff26ebb78e487310bbacc19e172e56dbd8cbe.tar.gz |
Fix Ruby no-whitespace-regex rule (#672).
Diffstat (limited to 'tests/examplefiles/test.rb')
-rw-r--r-- | tests/examplefiles/test.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/examplefiles/test.rb b/tests/examplefiles/test.rb index 1f609e32..8ac102e6 100644 --- a/tests/examplefiles/test.rb +++ b/tests/examplefiles/test.rb @@ -10,6 +10,9 @@ while x<10000 g=%w{} x=0 +#leere regex +test //, 123 + while x<100 puts"#{g[x]}" x+=1 |