Changes between Initial Version and Version 1 of Ticket #36737, comment 6
- Timestamp:
- Nov 18, 2025, 2:22:46 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36737, comment 6
initial v1 1 1 Hey, 2 While creating Test cases I r un runtests.pyit 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`2 While 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` 3 3 help would be appreciated 4 4 thanks