octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #63988] assert horizontal dimension mismatch e


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #63988] assert horizontal dimension mismatch error
Date: Sat, 1 Apr 2023 14:13:18 -0400 (EDT)

Follow-up Comment #4, bug #63988 (project octave):

The error is coming from libinterp/parse-tree/pt-tm-const.cc
though I have no idea why. 
Can you do:

octave:1> __mfile_encoding__ 
ans = utf-8

and if it is not "utf-8" for you, please try to set it 
and repeat your test:

octave:1> __mfile_encoding__ ("utf-8")
octave:2> A = ["ab"; "cd"]
A =

ab
cd

octave:3> B = ["ad"; "cb"]
B =

ad
cb

octave:4> assert(A,B)
error: ASSERT errors for:  assert (A,B)

  Location  |  Observed  |  Expected  |  Reason
     []         acbd         acdb        Strings don't match


Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63988>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]