From 447d880586546956691cd5586c9e8a77d33babb0 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Sun, 2 Aug 2026 13:19:15 +0200 Subject: [PATCH] Add `tests/core/text/scanner` to CI --- tests/core/normal.odin | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core/normal.odin b/tests/core/normal.odin index 1d0074918..99a30343c 100644 --- a/tests/core/normal.odin +++ b/tests/core/normal.odin @@ -53,6 +53,7 @@ download_assets :: proc "contextless" () { @(require) import "text/i18n" @(require) import "text/match" @(require) import "text/regex" +@(require) import "text/scanner" @(require) import "thread" @(require) import "time" @(require) import "unicode" \ No newline at end of file