From e18bdc87ab516c41790f03ace4dc15265cf6b6a2 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 12 Apr 2026 08:45:53 +0300 Subject: [PATCH] Create discussions.js --- tests/__data__/input/discussions.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/__data__/input/discussions.js diff --git a/tests/__data__/input/discussions.js b/tests/__data__/input/discussions.js new file mode 100644 index 0000000000..a28217f3a6 --- /dev/null +++ b/tests/__data__/input/discussions.js @@ -0,0 +1,17 @@ +module.exports = [ + { + number: 19956, + body: '### Stream ID (required)\r\n\r\nCNBCe.tr\r\n\r\n### Notes\r\n\r\n_No response_', + category: { name: 'Channel Search' } + }, + { + number: 19957, + body: '### Stream ID (required)\r\n\r\n13thStreet.au\r\n\r\n### Notes\r\n\r\nI need Disney Channel East Stream m3u Url please\r\n\r\n### Contributing Guide\r\n\r\n- [x] I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)', + category: { name: 'Channel Search' } + }, + { + number: 20956, + body: '### Stream ID (required)\r\n\r\nIONTV.us\r\n\r\n### Notes\r\n\r\nI need it fast please thank you\r\n\r\n### Contributing Guide\r\n\r\n- [x] I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)', + category: { name: 'Channel Search' } + } +]