1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/ruby
nagachika 524e628fd3 merge revision(s) 58638,58640: [Backport #11873]
test_syntax.rb: test_brace_after_local_variable

	* test/ruby/test_syntax.rb (test_brace_after_local_variable):
	  another test using braces.  [Bug #11873]
	parse.y: do after cmdarg in paren

	* parse.y (parser_yylex): set state to ENDARG after a string
	  literal, so that `do` after a literal should be `do_block` and
	  bound to the outer method, as well as a numeric/symbol literal.
	  [ruby-core:72482] [Bug #11873]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@59406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-07-23 08:15:57 +00:00
..
enc merge revision(s) 57816,57817: [Backport #13292] 2017-03-12 17:22:20 +00:00
allpairs.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
beginmainend.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
bug-11928.rb iseq.c: mark parents of wrapped iseq 2016-01-12 15:17:19 +00:00
bug-13526.rb merge revision(s) 58587,58588: [Backport #13526] 2017-05-09 15:42:52 +00:00
lbtest.rb Use qualified names 2016-08-30 06:22:30 +00:00
marshaltestlib.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
sentence.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_alias.rb vm_method.c: fix aliased original name 2016-03-08 15:29:48 +00:00
test_argf.rb merge revision(s) 57203: 2017-03-11 13:02:37 +00:00
test_arity.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_array.rb merge revision(s) 58693: [Backport #13558] 2017-07-23 07:30:43 +00:00
test_assignment.rb parse.y: chained assignments 2016-08-13 02:10:11 +00:00
test_autoload.rb merge revision(s) 58587,58588: [Backport #13526] 2017-05-09 15:42:52 +00:00
test_backtrace.rb Use qualified names 2016-08-30 06:22:30 +00:00
test_basicinstructions.rb Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
test_beginendblock.rb eval_jump.c: restore previous error info 2016-04-22 06:09:29 +00:00
test_bignum.rb numeric.c, complex.c: Add finite? and infinite? consistent with Float 2016-07-17 14:53:00 +00:00
test_call.rb compile.c: order with splatting 2016-10-22 00:52:59 +00:00
test_case.rb Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
test_class.rb Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
test_clone.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_comparable.rb test_comparable.rb: fix clamp test 2016-08-13 14:04:21 +00:00
test_complex.rb get rid of ambiguous parentheses warnings 2016-11-29 16:06:54 +00:00
test_complex2.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_complexrational.rb get rid of ambiguous parentheses warnings 2016-11-29 16:06:54 +00:00
test_condition.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_const.rb assertions.rb: set default internal encoding 2016-04-09 01:25:11 +00:00
test_continuation.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_defined.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_dir.rb file.c: home directory from system 2016-11-26 11:37:01 +00:00
test_dir_m17n.rb Don't encode to UTF-8 if it's unnecessary. 2016-11-23 04:40:40 +00:00
test_econv.rb transcode.c: infection 2015-12-17 04:35:26 +00:00
test_encoding.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_enum.rb array.c, enum.c: change sum algorithm 2016-12-06 13:40:31 +00:00
test_enumerator.rb enumerator.c: Enumerator::Lazy#uniq 2016-07-20 08:44:08 +00:00
test_env.rb hash.c: env_name_new 2016-08-05 15:39:46 +00:00
test_eval.rb vm_eval.c: fstring instance_eval 2016-11-14 05:17:55 +00:00
test_exception.rb eval.c: fix circular cause 2016-12-21 11:12:39 +00:00
test_extlibs.rb * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00
test_fiber.rb merge revision(s) 57968,57969,57970: [Backport #13313] 2017-03-17 07:06:50 +00:00
test_file.rb EPERM by symlink 2016-12-06 07:46:14 +00:00
test_file_exhaustive.rb file.c: cygwin behavior 2016-12-07 02:19:29 +00:00
test_fixnum.rb numeric.c, complex.c: Add finite? and infinite? consistent with Float 2016-07-17 14:53:00 +00:00
test_flip.rb test_flip.rb: r56316 2016-11-16 05:25:53 +00:00
test_float.rb merge revision(s) 58796: [Backport #13545] 2017-07-09 19:51:43 +00:00
test_fnmatch.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_gc.rb * gc.c (gc_mark_roots): should mark the VM object itself to mark 2016-07-13 07:08:32 +00:00
test_hash.rb merge revision(s) 57278,57279: [Backport #12855] 2017-03-11 14:48:04 +00:00
test_ifunless.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_integer.rb internal.h: change the default rounding mode to half-up 2016-12-10 02:36:16 +00:00
test_integer_comb.rb move duplicate assertions 2016-05-22 02:28:03 +00:00
test_io.rb merge revision(s) 58284,58812,59028: [Backport #13632] 2017-07-08 02:21:36 +00:00
test_io_m17n.rb merge revision(s) 57816,57817: [Backport #13292] 2017-03-12 17:22:20 +00:00
test_iseq.rb iseq.c: syntax error in compile_file 2016-09-27 08:35:31 +00:00
test_iterator.rb test_iterator.rb: suppress warnings 2016-04-11 08:06:19 +00:00
test_keyword.rb merge revision(s) 57360: [Backport #12884] 2017-03-11 17:17:23 +00:00
test_lambda.rb merge revision(s) 57192,57464,58016,58018,58019: [Backport #12705] 2017-03-21 14:04:23 +00:00
test_lazy_enumerator.rb merge revision(s) 59056: [Backport #13648] [Backport #13699] 2017-07-18 12:42:38 +00:00
test_literal.rb Revert r56856 2016-11-21 22:45:26 +00:00
test_m17n.rb merge revision(s) 57302,57303,57304: [Backport #13119] 2017-03-11 16:38:53 +00:00
test_m17n_comb.rb * string.c: Raise ArgumentError when invalid string is detected in 2016-06-02 01:24:52 +00:00
test_marshal.rb merge revision(s) 57410,57619,57621,57631,57634: [Backport #13150] 2017-03-13 07:30:30 +00:00
test_math.rb math.c: tanh overflow 2016-08-02 12:40:51 +00:00
test_metaclass.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_method.rb merge revision(s) 59080,59082: [Backport #13656] 2017-07-23 07:02:29 +00:00
test_mixed_unicode_escapes.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_module.rb * test/ruby/test_module.rb: Method tables are not guaranteed to be 2016-11-14 19:27:24 +00:00
test_not.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_notimp.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_numeric.rb numeric.c: fix up r55891 2016-10-22 13:33:34 +00:00
test_object.rb merge revision(s) 57407: [Backport #13145] 2017-03-11 17:51:05 +00:00
test_objectspace.rb test_objectspace.rb: errors in a finalizer 2016-08-09 07:36:14 +00:00
test_optimization.rb merge revision(s) 58398: [Backport #13444] 2017-05-09 15:13:55 +00:00
test_pack.rb merge revision(s) 57187,57234: [Backport #13075] 2017-03-11 10:44:13 +00:00
test_parse.rb merge revision(s) 59161: [Backport #13672] 2017-07-23 07:44:56 +00:00
test_path.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_pipe.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_primitive.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_proc.rb test_proc.rb: improve curry tests 2016-10-20 07:59:44 +00:00
test_process.rb Extend timeout for Solaris unstable10s. 2016-12-07 02:41:00 +00:00
test_rand.rb test_rand.rb: refine probability test 2016-08-18 03:19:24 +00:00
test_range.rb range.c: check loading 2016-11-11 11:52:03 +00:00
test_rational.rb merge revision(s) 57688,57689: [Backport #13242] 2017-03-12 14:18:02 +00:00
test_rational2.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_readpartial.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_refinement.rb merge revision(s) 58082,58083: [Backport #13236] 2017-05-09 15:05:59 +00:00
test_regexp.rb merge revision(s) 57801: [Backport #13287] 2017-03-12 17:14:38 +00:00
test_require.rb Extend timeout for Solaris unstable10s. 2016-12-07 02:41:00 +00:00
test_rubyoptions.rb merge revision(s) 57317,57318: 2017-03-11 17:07:53 +00:00
test_rubyvm.rb Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
test_settracefunc.rb merge revision(s) 58262,5826: [Backport #13369] 2017-07-09 19:47:28 +00:00
test_signal.rb Signal.list deduplicates keys 2016-01-26 05:33:28 +00:00
test_sleep.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_sprintf.rb merge revision(s) 58453,58454: [Backport #13499] 2017-05-09 14:46:24 +00:00
test_sprintf_comb.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_string.rb RbConfig::Limits is Ruby 2.5 feature 2017-03-12 17:10:01 +00:00
test_stringchar.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_struct.rb * test/ruby/test_module.rb: Method tables are not guaranteed to be 2016-11-14 19:27:24 +00:00
test_super.rb vm_eval.c: follow the original class 2016-10-29 00:39:16 +00:00
test_symbol.rb merge revision(s) 57194: [Backport #13074] 2017-03-11 11:06:39 +00:00
test_syntax.rb merge revision(s) 58638,58640: [Backport #11873] 2017-07-23 08:15:57 +00:00
test_system.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_thread.rb merge revision(s) 57968,57969,57970: [Backport #13313] 2017-03-17 07:06:50 +00:00
test_threadgroup.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_time.rb time.c: refine num_exact error message 2016-12-21 12:06:40 +00:00
test_time_tz.rb test: use assert_include 2016-07-26 13:02:33 +00:00
test_trace.rb merge revision(s) 58334,58346,58349: [Backport #13425] [Backport #13432] 2017-07-09 19:49:03 +00:00
test_transcode.rb Update windows-1255 table 2016-10-28 15:14:32 +00:00
test_undef.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_unicode_escape.rb parse.y: relax spaces 2016-12-02 02:47:11 +00:00
test_variable.rb Fix typos 2016-12-06 12:49:46 +00:00
test_weakmap.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_whileuntil.rb test_whileuntil.rb: fix old behavior 2016-04-11 08:06:23 +00:00
test_yield.rb merge revision(s) 57192,57464,58016,58018,58019: [Backport #12705] 2017-03-21 14:04:23 +00:00
ut_eof.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00