📄 testcase-005.bat
字号:
set classpath=%classpath%;.
set path%path%;C:\Program Files\Java\jdk1.6.0\bin
@echo off
@echo Running Testcase 005: lex error.
@echo ==============================================
@echo The input is:
type testcases\tc-005.infix
@echo ----------------------------------------------
cd bin
rem : Run the testcase with input direction
java postfix.Postfix < ..\testcases\tc-005.infix
rem : Compare the expected output
@echo ----------------------------------------------
@echo The output should be:
type ..\testcases\tc-005.postfix
cd ..
@echo ==============================================
pause
@echo on
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -