We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab123f commit 69f040bCopy full SHA for 69f040b
tests/sql_test_files/it_works_path.sql
@@ -1,6 +1,6 @@
1
select 'text' as component,
2
CASE sqlpage.path()
3
WHEN '/tests/sql_test_files/it_works_path.sql' THEN 'It works !'
4
- ELSE 'It failed ! Expected %2F, got ' || sqlpage.path() || '.'
+ ELSE 'It failed ! Expected "/tests/sql_test_files/it_works_path.sql", got "' || sqlpage.path() || '"".'
5
END
6
AS contents;
0 commit comments