Skip to content

Commit

Permalink
SQLite HTML output: Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Jun 21, 2024
1 parent 5d511c1 commit 890afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shell/tests/test_shell_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def test_mode_html(shell):
.statement("SELECT NULL, 42, 'fourty-two', 42.0;")
)
result = test.run()
result.check_stdout('<TD>fourty-two</TD>')
result.check_stdout('<td>fourty-two</td>')

# Original comment: FIXME sqlite3_column_blob
def test_mode_insert(shell):
Expand Down

0 comments on commit 890afbb

Please sign in to comment.