Changes between Initial Version and Version 1 of Ticket #36737, comment 6


Ignore:
Timestamp:
Nov 18, 2025, 2:22:46 AM (3 weeks ago)
Author:
farthestmage

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36737, comment 6

    initial v1  
    11Hey,
    2 While creating Test cases I run runtests.py it works perfectly but while review fails returns this error `AssertionError: '\\u009F' != '\x9f'`.I have manipulated  `\u009f` with taking it in a literal sense different error arise while running `runtests.py` while the current commit creates error only while reviewing not while executing `runtests.py`
     2While creating Test cases I ran `runtests.py` it works perfectly but while review fails returns this error `AssertionError: '\\u009F' != '\x9f'`.I have manipulated  `\u009f` with taking it in a literal sense different error arise while running `runtests.py` while the current commit creates error only while reviewing not while executing `runtests.py`
    33help would be appreciated
    44thanks
Back to Top