summaryrefslogtreecommitdiff
path: root/test/webrick/webrick.rhtml
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-22 01:07:50 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-22 01:07:50 +0000
commit1895a4885615320ddbf8e610fa89569c0929ef73 (patch)
tree8f0e2004f79461d02de76fd804df85d580f751da /test/webrick/webrick.rhtml
parent646b83af2a8f9320b6cb7c6ee729e3d780324510 (diff)
webrick: add test for WEBrick::HTTPServlet::ERBHandler
This previously had no coverage. * test/webrick/test_filehandler.rb (test_erbhandler): new test * test/webrick/webrick.rhtml: new file for test [Misc #14216] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/webrick/webrick.rhtml')
-rw-r--r--test/webrick/webrick.rhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/webrick/webrick.rhtml b/test/webrick/webrick.rhtml
new file mode 100644
index 0000000000..a7bbe43fb5
--- /dev/null
+++ b/test/webrick/webrick.rhtml
@@ -0,0 +1,4 @@
+req to <%=
+servlet_request.request_uri
+%> <%=
+servlet_request.query.inspect %>