Skip to content

Commit

Permalink
Add format strings for other test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed Oct 8, 2024
1 parent 0c1a96e commit 68cc7e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion tree-sitter-tako/test/corpus/vector_transpose.tk
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ main = {
(sequence
(call
(ident)
(string_literal))))))))
(string_literal
(format_expression
(ident))
(format_expression
(ident))))))))))
6 changes: 5 additions & 1 deletion tree-sitter-tako/test/corpus/vector_transpose_failing.tk
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@ main() = {
(sequence
(call
(ident)
(string_literal))))))))
(string_literal
(format_expression
(ident))
(format_expression
(ident))))))))))

0 comments on commit 68cc7e6

Please sign in to comment.