Skip to content

Commit

Permalink
Merge pull request #3588 from mathesar-foundation/sql_syntax_highligh…
Browse files Browse the repository at this point in the history
…ting_quotes

Fix SQL syntax highlighting in VS Code for SQL tests
  • Loading branch information
mathemancer authored May 20, 2024
2 parents 4e28306 + 69e55bc commit 5bbcbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/sql/test_0_msar.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ $f$ LANGUAGE plpgsql;

CREATE OR REPLACE FUNCTION test_add_mathesar_table_badname() RETURNS SETOF TEXT AS $f$
DECLARE
badname text := $b$M"new"'dsf' \t"$b$;
badname text := '"new"''dsf'' \t"';
BEGIN
PERFORM msar.add_mathesar_table(
'tab_create_schema'::regnamespace::oid, badname, null, null, null
Expand Down

0 comments on commit 5bbcbbc

Please sign in to comment.