KES777 / mojo

Mojolicious - Perl real-time web framework
http://mojolicio.us
Artistic License 2.0
0 stars 0 forks source link

{ format } when render text #13

Open KES777 opened 7 years ago

KES777 commented 7 years ago

Mojolicious/Renderer.pm:104

The $options->{format} maybe 'json' while we render text.

What does this mean?

KES777 commented 6 years ago

undefined behavior when:

->render( json => { .. }, text => 'xxx' )