Skip to content

Commit

Permalink
fix: Correct tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineB committed Oct 25, 2023
1 parent 98a70fa commit 9e17b93
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/corpus/functions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1057,10 +1057,10 @@ return 1;
(keyword_int))
(function_language
(keyword_language)
(keyword_sql))
(identifier))
(function_body
(keyword_return)
(literal))))
(literal)))))

================================================================================
Function body with a $$ string literal
Expand All @@ -1087,6 +1087,7 @@ $a$
(object_reference
(identifier)
(identifier))
(function_arguments)
(keyword_returns)
(keyword_trigger)
(function_language
Expand Down Expand Up @@ -1125,6 +1126,7 @@ $a$
(object_reference
(identifier)
(identifier))
(function_arguments)
(keyword_returns)
(keyword_trigger)
(function_language
Expand Down Expand Up @@ -1165,6 +1167,7 @@ $c$
(object_reference
(identifier)
(identifier))
(function_arguments)
(keyword_returns)
(keyword_trigger)
(function_language
Expand Down

0 comments on commit 9e17b93

Please sign in to comment.