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

            Bug ID: 154471
           Summary: Writer LibreLogo LIST wrong results
           Product: LibreOffice
           Version: 7.5.1.2 release
          Hardware: All
                OS: macOS (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: [email protected]
          Reporter: [email protected]

Description:
Function LIST generates wrong results [Writer, LibreLogo, macOS]

Steps to Reproduce:
1. PRINT LIST (“Word”) → [u'W', u'o', u'r', u'd']
2. PRINT LIST (“ABC”, “DEF”) → [u'ABC', u'DEF']
but
3. PRINT LIST (1, 2, 3) → [1, 2, 3]

Actual Results:
Steps 1. an 2.: If the arguments of LIST are (one or more) strings, the result
contains character u before and single quote marks around each element of the
resulting list.

Expected Results:
Step 3.: If the arguments of LIST are (one or more) numbers, the result is a
correct list of the numbers of the argument.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.5.1.2 (AARCH64) / LibreOffice Community
Build ID: fcbaee479e84c6cd81291587d2ee68cba099e129
CPU threads: 8; OS: Mac OS X 13.3; UI render: default; VCL: osx
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to