My initial mail bounced so I send it to the developers list

This change made one test fail in the SYMBOL testgroup (all platforms I think)

failure] 20220720 02:10:59.042803
  Test:   TEST_SYMBOL
  Class:  SYMBOL.testGroup
  File:   .../ooRexx/base/bif/SYMBOL.testGroup
  Line:   144
  Failed: assertEquals
    Expected: VAR
    Actual:   LIT

This line

    self~assertEquals('VAR', SYMBOL('J’))

Should probably be changed to 

    self~assertEquals(‘LIT', SYMBOL('J’))


Hälsningar/Regards/Grüsse,
ooRexx
oor...@jonases.se



_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to