mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
[i18n] Add tests.
This commit is contained in:
@@ -56,6 +56,7 @@ import csv "core:encoding/csv"
|
||||
import hxa "core:encoding/hxa"
|
||||
import json "core:encoding/json"
|
||||
import varint "core:encoding/varint"
|
||||
import xml "core:encoding/xml"
|
||||
|
||||
import fmt "core:fmt"
|
||||
import hash "core:hash"
|
||||
@@ -100,6 +101,7 @@ import strings "core:strings"
|
||||
import sync "core:sync"
|
||||
import testing "core:testing"
|
||||
import scanner "core:text/scanner"
|
||||
import i18n "core:text/i18n"
|
||||
import thread "core:thread"
|
||||
import time "core:time"
|
||||
|
||||
@@ -158,6 +160,7 @@ _ :: csv
|
||||
_ :: hxa
|
||||
_ :: json
|
||||
_ :: varint
|
||||
_ :: xml
|
||||
_ :: fmt
|
||||
_ :: hash
|
||||
_ :: image
|
||||
@@ -192,6 +195,7 @@ _ :: strings
|
||||
_ :: sync
|
||||
_ :: testing
|
||||
_ :: scanner
|
||||
_ :: i18n
|
||||
_ :: thread
|
||||
_ :: time
|
||||
_ :: unicode
|
||||
|
||||
Reference in New Issue
Block a user