diff options
| author | Randy Morgan <[email protected]> | 2012-02-12 12:55:25 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-02-12 12:55:25 +0900 |
| commit | 376988c854889d7b9708601bce11575a11491bee (patch) | |
| tree | 963e196ae76022e84dbbe1a2cf293c840182be08 /test/content_type | |
| parent | 6272d7bc63ee05b6793d034461af3ee811ffe72a (diff) | |
| download | caxlsx-376988c854889d7b9708601bce11575a11491bee.tar.gz caxlsx-376988c854889d7b9708601bce11575a11491bee.zip | |
Adding in support for optionally using the shared strings table. This will allow us to inter-op properly with Numbers
Diffstat (limited to 'test/content_type')
| -rw-r--r-- | test/content_type/tc_content_type.rb | 2 | ||||
| -rw-r--r-- | test/content_type/tc_default.rb | 2 | ||||
| -rw-r--r-- | test/content_type/tc_override.rb | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/test/content_type/tc_content_type.rb b/test/content_type/tc_content_type.rb index 62ea05e8..9fcbcd70 100644 --- a/test/content_type/tc_content_type.rb +++ b/test/content_type/tc_content_type.rb @@ -1,3 +1,5 @@ +# encoding: UTF-8 + require 'test/unit' require 'axlsx.rb' diff --git a/test/content_type/tc_default.rb b/test/content_type/tc_default.rb index ce024de8..90c0934e 100644 --- a/test/content_type/tc_default.rb +++ b/test/content_type/tc_default.rb @@ -1,3 +1,5 @@ +# encoding: UTF-8 + require 'test/unit' require 'axlsx.rb' diff --git a/test/content_type/tc_override.rb b/test/content_type/tc_override.rb index 3f478a3f..911ec649 100644 --- a/test/content_type/tc_override.rb +++ b/test/content_type/tc_override.rb @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- require 'test/unit' require 'axlsx.rb' |
