Skip to content

Commit

Permalink
Fix marginalia tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekStride committed Mar 12, 2021
1 parent d4fdd6f commit 3fb1e01
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions test/corpus/comment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,22 @@ SELECT 1; --hi
Simple marginalia
==================

SELECT id
FROM my_table
LIMIT 5
OFFSET 40;
/* application=super-app */
SELECT id /* MAX_EXECUTION_TIME(500) */
FROM my_table;

---

(program
(marginalia)
(statement
(select
(keyword_select)
(select_expression
(field
name: (identifier))))
(marginalia)
(from
(keyword_from)
(table_expression
name: (identifier))
(limit
(keyword_limit)
(literal)
(offset
(keyword_offset)
(literal))))))
name: (identifier)))))

0 comments on commit 3fb1e01

Please sign in to comment.