From 70d5fd35a08f4f9e0268567af618a5f7ad2051b9 Mon Sep 17 00:00:00 2001 From: tofa <79044321+im-tofa@users.noreply.github.com> Date: Sun, 20 Aug 2023 10:32:34 +0200 Subject: [PATCH] toy change to check that full tests are done --- sim/battle.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sim/battle.ts b/sim/battle.ts index bc24328eff80..fad3d251b29c 100644 --- a/sim/battle.ts +++ b/sim/battle.ts @@ -30,6 +30,7 @@ export type ChannelID = 0 | 1 | 2 | 3 | 4; export type ChannelMessages = Record; + const splitRegex = /^\|split\|p([1234])\n(.*)\n(.*)|.+/gm; export function extractChannelMessages(message: string, channelIds: T[]): ChannelMessages {