6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\core_2036_test.py: fixed non-ascii character cyrillic 'es' that looks exactly as 'c'

This commit is contained in:
pavel-zotov 2023-11-25 19:21:13 +03:00
parent 09a1437bf4
commit f87804bae4

View File

@ -9,7 +9,7 @@ JIRA: CORE-2036
FBTEST: bugs.core_2036
NOTES:
[25.11.2023] pzotov
Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twiñe,
Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice,
i.e.
set term @; select 1 from rdb$database @ set term @; - will not compile ("Unexpected end of command" raises).
"""