Bug 70951 - librelogo: parsing problems of functions
Summary: librelogo: parsing problems of functions
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
4.0.0.3 release
Hardware: Other All
: medium normal
Assignee: László Németh
URL:
Whiteboard: target:4.2.0 target:4.1.4
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-28 10:45 UTC by László Németh
Modified: 2013-10-29 11:51 UTC (History)
0 users

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 László Németh 2013-10-28 10:45:21 UTC
Spaces before END of functions cause compiling problems in LibreLogo.

Test file:

TO test
OUTPUT “Test 1”
END


 TO test2
 OUTPUT “Test 2”
 END


print test
print test2
Comment 1 Commit Notification 2013-10-28 11:00:43 UTC
Laszlo Nemeth committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=850871e04e247262242836180d8a5cf59b2f95ef

fdo#70951 librelogo: fix parsing problem of functions



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.
Comment 2 Commit Notification 2013-10-29 11:49:32 UTC
Laszlo Nemeth committed a patch related to this issue.
It has been pushed to "libreoffice-4-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=eae6ac5550d28379a55231111af022da7f1f936d&h=libreoffice-4-1

fdo#70951 librelogo: fix parsing problem of functions


It will be available in LibreOffice 4.1.4.

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.