[i18n] Add tests.

This commit is contained in:
Jeroen van Rijn
2022-04-29 16:19:13 +02:00
parent 957ef8e8fe
commit 09e1c0fa27
10 changed files with 329 additions and 109 deletions
+4
View File
@@ -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