Skip to content

Commit

Permalink
Add test for string begins with backquote
Browse files Browse the repository at this point in the history
ref: #851
  • Loading branch information
k1LoW committed Apr 22, 2024
1 parent 8ca3977 commit 10a15c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testdata/book/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ vars:
username: alice
steps:
-
desc: "`SELECT * FROM users WHERE name = 'alice'`"
db:
query: SELECT * FROM users WHERE name = '{{ vars.username }}'
-
Expand Down

0 comments on commit 10a15c6

Please sign in to comment.