diff options
| author | Randy Morgan <[email protected]> | 2012-07-14 11:47:49 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-07-14 11:47:49 +0900 |
| commit | 8a11f9b52537401aa5d18c5caed0b28ae1fe7bbd (patch) | |
| tree | a895ef59368f9e5cf0e9b43999834c24bd3a81ea /test/workbook | |
| parent | 113f23af51ceb7fa0aa174f73f185769ac40603b (diff) | |
| download | caxlsx-8a11f9b52537401aa5d18c5caed0b28ae1fe7bbd.tar.gz caxlsx-8a11f9b52537401aa5d18c5caed0b28ae1fe7bbd.zip | |
fixing the fix for #112 -- need coffee…
Diffstat (limited to 'test/workbook')
| -rw-r--r-- | test/workbook/worksheet/tc_worksheet.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_worksheet.rb b/test/workbook/worksheet/tc_worksheet.rb index 37054529..a7e35ba5 100644 --- a/test/workbook/worksheet/tc_worksheet.rb +++ b/test/workbook/worksheet/tc_worksheet.rb @@ -16,7 +16,7 @@ class TestWorksheet < Test::Unit::TestCase def test_name_is_html_encoded @ws.name = '<foo> & <bar>' - assert_equal(@ws.name, '<foo> & <bar%gt;') + assert_equal(@ws.name, '<foo> & <bar>') end def test_page_margins |
