mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-18 17:08:21 +00:00
Add core:text/regex to examples/all
This commit is contained in:
@@ -127,6 +127,7 @@ import testing "core:testing"
|
||||
import edit "core:text/edit"
|
||||
import i18n "core:text/i18n"
|
||||
import match "core:text/match"
|
||||
import regex "core:text/regex"
|
||||
import scanner "core:text/scanner"
|
||||
import table "core:text/table"
|
||||
|
||||
@@ -248,6 +249,7 @@ _ :: testing
|
||||
_ :: scanner
|
||||
_ :: i18n
|
||||
_ :: match
|
||||
_ :: regex
|
||||
_ :: table
|
||||
_ :: edit
|
||||
_ :: thread
|
||||
|
||||
Reference in New Issue
Block a user