-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArkTs-SWE-bench-test.json
More file actions
19 lines (19 loc) · 1.16 KB
/
Copy pathArkTs-SWE-bench-test.json
File metadata and controls
19 lines (19 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
{
"instance_id": "ArkTs_Exp_020",
"repo": "internal_green/HMOSWorldClient",
"base_commit": "81b00292",
"problem_statement": "修改意见反馈最多输入字符为1000",
"hints_text": "",
"patch": "diff --git a/features/mine/src/main/ets/constant/CommonConstants.ets b/features/mine/src/main/ets/constant/CommonConstants.ets\nindex f263e680..60b9bf15 100644\n--- a/features/mine/src/main/ets/constant/CommonConstants.ets\n+++ b/features/mine/src/main/ets/constant/CommonConstants.ets\n@@ -16,7 +16,7 @@\n export class MineConstant {\n public static readonly RATING_STEP: number = 1;\n public static readonly TOAST_DURATION: number = 1000;\n- public static readonly TEXTAREA_MAX_LENGTH: number = 100;\n+ public static readonly TEXTAREA_MAX_LENGTH: number = 1000;\n public static readonly COUNTER_THRESHOLD: number = 1;\n public static readonly LANES_SM: number = 1;\n public static readonly LANES_MD: number = 2;\n",
"test_patch": "",
"version": "6.0.0(20)",
"created_at": "2026-03-30 19:27:59",
"FAIL_TO_PASS": [
"hypium_test_execution"
],
"PASS_TO_PASS": [],
"difficulty": "easy",
"type": "issue_fix"
}
]