Bug 51074 - Error parsing help strings with "|" chars
Summary: Error parsing help strings with "|" chars
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium normal
Assignee: Stephan Bergmann
URL:
Whiteboard: target:3.7.0 target:3.5.6 target:3.6.3
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-14 06:51 UTC by jmontane
Modified: 2012-09-13 07:32 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jmontane 2012-06-14 06:51:46 UTC
Please, note the "?" description at this [1] help wiki link.

The string is truncated at "|" char.

Original string is (from pootle):
Finds zero or one of the characters in front of the "?". For example,
"Texts?" finds "Text" and "Texts" and "x(ab|c)?y" finds "xy", "xaby",
or "xcy".

All languages at help wiki are afected.

[1] http://help.libreoffice.org/Common/List_of_Regular_Expressions
Comment 1 Not Assigned 2012-06-15 03:12:35 UTC
Stephan Bergmann committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=94507b206c4ef5a2ae44e9351d82fad0cdd7bc50

fdo#51074: Start table cells with "| |"
Comment 2 Stephan Bergmann 2012-06-15 03:14:49 UTC
You mean, at <http://help.libreoffice.org/index.php5?title=Common/List_of_Regular_Expressions&oldid=283665> the "Result/Use" column of the seventh row ("?") should read

Finds zero or one of the characters in front of the "?". For example, "Texts?" finds "Text" and "Texts" and "x(ab|c)?y" finds "xy", "xaby", or "xcy".

rather than

c)?y" finds "xy", "xaby", or "xcy". 


<http://cgit.freedesktop.org/libreoffice/help/commit/?id=94507b206c4ef5a2ae44e9351d82fad0cdd7bc50> "fdo#51074: Start table cells with 
'| |'" should fix that (once the wiki content is actually regenerated).
Comment 3 Not Assigned 2012-06-28 02:39:37 UTC
Stephan Bergmann committed a patch related to this issue.
It has been pushed to "libreoffice-3-5":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=5a905683ea3d3e2d6f1da33a6a8ba1ee418fe4a4&g=libreoffice-3-5

fdo#51074: Start table cells with "| |"


It will be available in LibreOffice 3.5.6.
Comment 4 Not Assigned 2012-09-13 07:32:29 UTC
Stephan Bergmann committed a patch related to this issue.
It has been pushed to "libreoffice-3-6":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=ff79af3a761f3034cf4280d5662d5c28854e0613&g=libreoffice-3-6

fdo#51074: Start table cells with "| |"


It will be available in LibreOffice 3.6.3.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.