Bug #8496
set_value don't updates values size if it shorter than exiting
Status: | New | Start date: | 10/21/2017 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
set_value func don't updates values size if it shorter than exiting size.
Steps:
1) Write some text "Some text"
2) Change "Some text" to "text" and save
3) Read file with text
Expected results:
Text - "text"
Actual results:
Text - "text text"