Skip to content

Commit

Permalink
QA for CORE-4198
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakowski committed Dec 3, 2013
1 parent 6396dfa commit d75a14d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tests/bugs/core_4198.fbt
@@ -0,0 +1,26 @@
{
'id': 'bugs.core_4198',
'qmid': None,
'tracker_id': 'CORE-4198',
'title': ' Incorrect "token unknown" error when the SQL string ends with a hex number literal',
'description': '',
'min_versions': '2.5.3',
'versions': [
{
'firebird_version': '2.5.3',
'platform': 'All',
'page_size': '4096',
'test_type': 'ISQL',
'test_script': """select 1 from rdb$database where 1 = 0x1 ;
select 1 from rdb$database where 1 = 0x1;
""",
'expected_stdout': """ CONSTANT
============
1
CONSTANT
============
1
"""
}
]
}

0 comments on commit d75a14d

Please sign in to comment.