changeset 3:55f50b3576ea

Add test script.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 08 Dec 2012 15:32:10 +0900
parents 224390015ff0
children 61c639f93716
files cgi/test.rb
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cgi/test.rb	Sat Dec 08 15:32:10 2012 +0900
@@ -0,0 +1,14 @@
+#!/usr/bin/env ruby19
+# coding: utf-8
+
+print <<_EOF_
+Content-Type: text/html; charset=utf-8
+
+<html>
+<head><title>Test CGI script</title></head>
+
+<body>
+<p>日本語出力のテスト</p>
+</body>
+</html>
+_EOF_

yatex.org