https://bugs.documentfoundation.org/show_bug.cgi?id=103104

            Bug ID: 103104
           Summary: Error 'BASIC syntax error. Unexpected symbol: ..' when
                    a space before a dot
           Product: LibreOffice
           Version: 5.2.2.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: nvy...@yandex.ru

We can write in BASIC:
a = 1+2
a = 1+ 2
a = 1+ _
    2
a = 1 +2
a = 1 + 2
a = 1 _
    + 2

But for dot expressions:
a = b.c 'OK
a = b. c 'OK
a = b. _
    c     'OK
a = b .c  'error !
a = b _
    .c    'error !

Is this feature or bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to