fails:The =~ operator with named captures on syntax of /regexp/ =~ string_variable sets local variables by the captured pairs
fails:The =~ operator with named captures on syntax of string_variable =~ /regexp/ does not set local variables
fails:The =~ operator with named captures on syntax of regexp_variable =~ string_variable does not set local variables
fails:The =~ operator with named captures on the method calling does not set local variables
