Skip to content

Commit

Permalink
jw05不涉及教师列表格式错误
Browse files Browse the repository at this point in the history
  • Loading branch information
crclz committed Apr 19, 2020
1 parent 3f3e8d4 commit a1adf76
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
4 changes: 3 additions & 1 deletion jw05-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ jw04的数据依旧适合jw05,因为jw05包含了jw04的功能。请别忘了
jw05的测试数据依旧有没有解决的问题(如果我忽略了什么,请issue提出):

- 少参数、错参数(例如`login -q ...`)的情况,并未包含在jw5的测试数据里面。一个原因是pdf的说明不够清楚,这也是jw04的问题。但是大家一定要处理这种情况,我个人是输出input-illegal处理的。
- jw5 pdf 末尾的**input illegal**只说了“该输入数字的地方输了字母” 。那么,nc和udc的教师列表格式错误(例如`[12345,]`)应该输出什么啊?input illegal?还是输出由nc和udc各自的错误信息?
- (已经解决。jw05不会出现教师列表非法的数据)~~jw5 pdf 末尾的**input illegal**只说了“该输入数字的地方输了字母” 。那么,nc和udc的教师列表格式错误(例如`[12345,]`)应该输出什么啊?input illegal?还是输出由nc和udc各自的错误信息?~~

## jw05.yml
**注意**:教师列表格式错误,采用了`Input illegal.`的输出。后续出了通知会更新测试数据的。

不包含少参数、错参数的测试数据。

使用之前,应当用jw04的数据进行测试,因为`jw05.yml`里面省略了某些细节,而这些细节包含在jw04的测试数据中。

## 需要重视的问题
Expand Down
47 changes: 25 additions & 22 deletions jw05.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,31 @@ data:
-
- nc bh12345678 oop_6324 [10086,10001] 1
- Course add illegal.
# 教师列表格式错误
-
- nc bh12345678 oop6324 [ 1
- Input illegal.
-
- nc bh12345678 oop6324 ] 1
- Input illegal.
-
- nc bh12345678 oop6324 []] 1
- Input illegal.
-
- nc bh12345678 oop6324 [[,]] 1
- Input illegal.
-
- nc bh12345678 oop6324 [,] 1
- Input illegal.
-
- nc bh12345678 oop6324 [10086,,10001] 1
- Input illegal.
-
- nc bh12345678 oop6324 [10086,10001,] 1
- Input illegal.

# 教师列表格式错误。在助教的评测中,不会出现这种情况。
# -
# - nc bh12345678 oop6324 [ 1
# - Input illegal.
# -
# - nc bh12345678 oop6324 ] 1
# - Input illegal.
# -
# - nc bh12345678 oop6324 []] 1
# - Input illegal.
# -
# - nc bh12345678 oop6324 [[,]] 1
# - Input illegal.
# -
# - nc bh12345678 oop6324 [,] 1
# - Input illegal.
# -
# - nc bh12345678 oop6324 [10086,,10001] 1
# - Input illegal.
# -
# - nc bh12345678 oop6324 [10086,10001,] 1
# - Input illegal.


# 教师列表教师号非法
-
- nc bh12345678 oop6324 [10086,100012] 1
Expand Down

0 comments on commit a1adf76

Please sign in to comment.