mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
More progress in migration to dual Python 2&3. Just 2 tests left.
This commit is contained in:
parent
f8cf78dfac
commit
16d8c4c9d1
7 changed files with 65 additions and 60 deletions
|
@ -486,7 +486,8 @@ class UnitTestCoverage(UnitTestCase):
|
|||
msg = str(e)
|
||||
finally:
|
||||
lslcommon.IsCalc = save_IsCalc
|
||||
self.assertEqual(msg, u"Value of unknown type in Value2LSL: 'ab'")
|
||||
self.assertEqual(msg, u"Value of unknown type in Value2LSL: 'ab'"
|
||||
if python2 else u"Value of unknown type in Value2LSL: b'ab'")
|
||||
del msg
|
||||
# Extended assignment in output
|
||||
script = [nr(nt='EXPR', t='integer', ch=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue