Skip to content

Commit

Permalink
remove old / debug comment in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpassos authored and vdimir committed May 15, 2023
1 parent fff0cf2 commit c16cba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -304,7 +304,7 @@ WITH
SELECT
x;
{}
-- key value delimiter should be considered valid part of value, char2 has a problem with ==
-- key value delimiter should be considered valid part of value
WITH
extractKeyValuePairs('formula=1+2=3 argument1=1 argument2=2 result=3, char="=" char2== string="foo=bar"', '=') AS s_map,
CAST(
Expand Down
Expand Up @@ -427,7 +427,7 @@ WITH
SELECT
x;

-- key value delimiter should be considered valid part of value, char2 has a problem with ==
-- key value delimiter should be considered valid part of value
WITH
extractKeyValuePairs('formula=1+2=3 argument1=1 argument2=2 result=3, char="=" char2== string="foo=bar"', '=') AS s_map,
CAST(
Expand Down

0 comments on commit c16cba4

Please sign in to comment.