Skip to content

Commit e57ffda

Browse files
Copilotmathiasrw
andcommitted
Add clarifying comment in test for table cleanup
Co-authored-by: mathiasrw <[email protected]>
1 parent 564cca5 commit e57ffda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test2203.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ describe('Test 2203 - KEY keyword should be usable as identifier', function () {
5353
});
5454

5555
it('D) KEY as table name with quoted identifier', function () {
56+
// Clean up the unquoted 'key' table from test B (both resolve to same table)
5657
alasql('DROP TABLE IF EXISTS [key]');
5758
var res = alasql('CREATE TABLE [key] (id INT, name VARCHAR(50))');
5859
assert.equal(res, 1);

0 commit comments

Comments
 (0)