mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Document entities
This commit is contained in:
parent
00c13fceee
commit
57b1095c5f
12 changed files with 346 additions and 18 deletions
|
@ -5,7 +5,7 @@ module Ameba::AST
|
|||
source = Source.new ""
|
||||
|
||||
describe "Traverse" do
|
||||
{% for name in NODE_VISITORS %}
|
||||
{% for name in NODES %}
|
||||
describe "{{name}}" do
|
||||
it "allow to visit {{name}} node" do
|
||||
visitor = Visitor.new rule, source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue