1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
nobu 531329a291 parse.y: disallow $-
* parse.y (parser_yylex): disallow $- without following identifier
  character.  [ruby-talk:406969]
* parse.y (is_special_global_name): mere $- is not a valid global
  variable name.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-04-24 05:04:01 +00:00
..
-ext- More tests. 2013-04-22 03:13:50 +00:00
base64
benchmark
bigdecimal
cgi * lib/cgi/html.rb: fix tagmaker because attributes should recognize. 2013-04-11 13:23:01 +00:00
coverage
csv * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
date
dbm
digest
dl * test/dl/test_base.rb: typo. 2013-04-11 07:51:54 +00:00
drb * test/drb/drbtest.rb (Drb{Core,Ary}#teardown): retry Process.kill 2013-04-11 04:21:34 +00:00
dtrace * test/dtrace/helper.rb (DTrace::TestCase#trap_probe): needs to pass 2013-04-06 00:59:12 +00:00
erb
etc
fiddle Fix if-end 2013-04-11 07:53:26 +00:00
fileutils
gdbm
io
irb
json
logger * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
matrix
minitest * test/minitest/test_*.rb: use require_relative to require local library 2013-03-26 14:37:24 +00:00
misc
mkmf * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
monitor
net * lib/net/imap.rb (getacl_response): parse the mailbox of an ACL 2013-04-23 05:07:21 +00:00
nkf
objspace use long_ary to suppress warning 2013-04-02 06:28:10 +00:00
open-uri * lib/open-uri.rb: Support multiple fields with same field 2013-04-09 10:53:41 +00:00
openssl * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
optparse test_optparse.rb: skip no_error in backtrace 2013-04-01 15:00:36 +00:00
ostruct
pathname * ext/pathname/pathname.c (path_write): New method. 2013-04-04 11:12:12 +00:00
psych * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
rake
rdoc
readline * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
resolv
rexml * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
rinda test_rinda.rb: use spawn 2013-04-18 15:29:32 +00:00
ripper Use assert_separately to speed up on test-all 2013-04-02 06:28:17 +00:00
rss
ruby parse.y: disallow $- 2013-04-24 05:04:01 +00:00
rubygems
scanf
sdbm
socket * remove trailing spaces. 2013-04-08 20:27:01 +00:00
stringio
strscan
syslog * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
testunit
thread
uri
webrick * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
win32ole win32ole.c: check arity 2013-04-08 08:19:32 +00:00
xmlrpc
zlib * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
inlinetest.rb
profile_test_all.rb
runner.rb
test_abbrev.rb
test_cmath.rb
test_curses.rb test_curses.rb: default TERM 2013-04-17 06:39:41 +00:00
test_delegate.rb
test_find.rb
test_ipaddr.rb
test_mathn.rb
test_mutex_m.rb
test_open3.rb
test_pp.rb
test_prettyprint.rb
test_prime.rb
test_pstore.rb
test_pty.rb
test_rbconfig.rb
test_securerandom.rb
test_set.rb
test_shellwords.rb
test_singleton.rb
test_syslog.rb
test_tempfile.rb * lib/tempfile.rb (Tempfile.create): New method. 2013-04-20 13:50:47 +00:00
test_time.rb
test_timeout.rb
test_tmpdir.rb
test_tracer.rb
test_tsort.rb
test_weakref.rb
with_different_ofs.rb