diff options
| author | johnnyshields <[email protected]> | 2023-04-13 02:58:17 +0900 |
|---|---|---|
| committer | Koza <[email protected]> | 2023-10-02 13:37:17 +0200 |
| commit | 5e0c5de04a098204e14e0f313a4ed4097743992e (patch) | |
| tree | ee7542cbc9ffdc977fd4d251892b79023c0fbaa6 /test/tc_axlsx.rb | |
| parent | ebbeaea97ad7b4a597b34d9283abd74aa2e4e077 (diff) | |
| download | caxlsx-5e0c5de04a098204e14e0f313a4ed4097743992e.tar.gz caxlsx-5e0c5de04a098204e14e0f313a4ed4097743992e.zip | |
Set escape_formulas as "true" as a global default.
Diffstat (limited to 'test/tc_axlsx.rb')
| -rw-r--r-- | test/tc_axlsx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_axlsx.rb b/test/tc_axlsx.rb index 66b12ff9..25b21777 100644 --- a/test/tc_axlsx.rb +++ b/test/tc_axlsx.rb @@ -165,7 +165,7 @@ class TestAxlsx < Test::Unit::TestCase def test_escape_formulas Axlsx.instance_variable_set(:@escape_formulas, nil) - refute Axlsx.escape_formulas + assert Axlsx.escape_formulas Axlsx.escape_formulas = true |
