From 3c12e0e8d51699abeebb822414cf1ef3cc126f26 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 23 Apr 2023 23:36:31 +0800 Subject: ✨fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/data/bot_info.json | 3 +++ tests/data/reply_data.json | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 tests/data/bot_info.json create mode 100644 tests/data/reply_data.json (limited to 'tests/data') diff --git a/tests/data/bot_info.json b/tests/data/bot_info.json new file mode 100644 index 0000000..7890022 --- /dev/null +++ b/tests/data/bot_info.json @@ -0,0 +1,3 @@ +{ + nick : "本大魔王" +} \ No newline at end of file diff --git a/tests/data/reply_data.json b/tests/data/reply_data.json new file mode 100644 index 0000000..e4977ee --- /dev/null +++ b/tests/data/reply_data.json @@ -0,0 +1,17 @@ +[ + { + "rule": "hello", + "message": "你好!" + }, + { + "rule": "test", + "message": [ + { + "type": "text", + "data": { + "text": "测试" + } + } + ] + } +] \ No newline at end of file -- cgit v1.2.3-70-g09d2