From aee78b8b69d6d728f2e6acab000e4aac526c3369 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sun, 15 Sep 2024 12:30:15 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_5588_test.py: Minor change: fixed typo. --- tests/bugs/gh_5588_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bugs/gh_5588_test.py b/tests/bugs/gh_5588_test.py index 2e998242..d7fa1b7e 100644 --- a/tests/bugs/gh_5588_test.py +++ b/tests/bugs/gh_5588_test.py @@ -2,8 +2,8 @@ """ ID: issue-5588 -ISSUE: 5588 -TITLE: upport full SQL standard binary string literal syntax +ISSUE: https://github.com/FirebirdSQL/firebird/issues/5588 +TITLE: Support full SQL standard binary string literal syntax [CORE5311] DESCRIPTION: JIRA: CORE-5311 FBTEST: bugs.gh_5588