diff options
Diffstat (limited to 'ext/intl/tests/_files')
-rw-r--r-- | ext/intl/tests/_files/es-bundle.txt | 21 | ||||
-rw-r--r-- | ext/intl/tests/_files/res_index.txt | 6 | ||||
-rw-r--r-- | ext/intl/tests/_files/resourcebundle.txt | 21 | ||||
-rw-r--r-- | ext/intl/tests/_files/resourcebundle/es.res | bin | 0 -> 384 bytes | |||
-rw-r--r-- | ext/intl/tests/_files/resourcebundle/res_index.res | bin | 0 -> 128 bytes | |||
-rw-r--r-- | ext/intl/tests/_files/resourcebundle/root.res | bin | 0 -> 388 bytes |
6 files changed, 48 insertions, 0 deletions
diff --git a/ext/intl/tests/_files/es-bundle.txt b/ext/intl/tests/_files/es-bundle.txt new file mode 100644 index 0000000..46399a7 --- /dev/null +++ b/ext/intl/tests/_files/es-bundle.txt @@ -0,0 +1,21 @@ +es { + teststring:string { "Hola Mundo!" } + + testint:int { 2 } + + testvector:intvector { 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 } + + testbin:bin { a1b2c3d4e5f67890 } + + testtable:table { + major:int { 3 } + minor:int { 4 } + patch:int { 7 } + } + + testarray:array { + "cadena 1", + "cadena 2", + "cadena 3" + } +} diff --git a/ext/intl/tests/_files/res_index.txt b/ext/intl/tests/_files/res_index.txt new file mode 100644 index 0000000..a39bea5 --- /dev/null +++ b/ext/intl/tests/_files/res_index.txt @@ -0,0 +1,6 @@ +res_index:table(nofallback) {
+ InstalledLocales {
+es {""} +root {""}
+ }
+}
\ No newline at end of file diff --git a/ext/intl/tests/_files/resourcebundle.txt b/ext/intl/tests/_files/resourcebundle.txt new file mode 100644 index 0000000..5b081da --- /dev/null +++ b/ext/intl/tests/_files/resourcebundle.txt @@ -0,0 +1,21 @@ +root { + teststring:string { "Hello World!" } + + testint:int { 2 } + + testvector:intvector { 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 } + + testbin:bin { a1b2c3d4e5f67890 } + + testtable:table { + major:int { 3 } + minor:int { 4 } + patch:int { 7 } + } + + testarray:array { + "string 1", + "string 2", + "string 3" + } +} diff --git a/ext/intl/tests/_files/resourcebundle/es.res b/ext/intl/tests/_files/resourcebundle/es.res Binary files differnew file mode 100644 index 0000000..f9d891d --- /dev/null +++ b/ext/intl/tests/_files/resourcebundle/es.res diff --git a/ext/intl/tests/_files/resourcebundle/res_index.res b/ext/intl/tests/_files/resourcebundle/res_index.res Binary files differnew file mode 100644 index 0000000..9dd3df2 --- /dev/null +++ b/ext/intl/tests/_files/resourcebundle/res_index.res diff --git a/ext/intl/tests/_files/resourcebundle/root.res b/ext/intl/tests/_files/resourcebundle/root.res Binary files differnew file mode 100644 index 0000000..62cb48c --- /dev/null +++ b/ext/intl/tests/_files/resourcebundle/root.res |