⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 psp_parser.psp

📁 Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python
💻 PSP
字号:
<%-- $Id: psp_parser.psp 332353 2005-11-10 19:00:55Z jgallacher $ --%># format of this file# Comment lines are ignored (python or psp).# Lines beginning with test will be included, which # includes lines generated by python code.# Blank lines are ignored.## The test format is "test:expected_result:test_string$"# where the string '$' is a token to indicate the end of the test line.# The '$' character was chosen as it's unlikely to be in the output of# the parser.# In processing the expected_result,  the '-' character will be replace# by the '\' character.# The following substitutions will also be made in the expect_result# LF	linefeed character# CR 	carriage-return character# TB	tab character# BEGIN$test:-n:\n$test:-r:\r$test:-t:\t$test:-r-n:\r\n$<%req.write("test:-n:\\n$")%><%test_str='single_quotes'%>test:'single_quotes':'<%= test_str %>'$<%test_str='double_quotes'%>test:"double_quotes":"<%= test_str %>"$

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -