Skip to content

Commit

Permalink
Fix block at point test ref files after update to verilog-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlarumbe committed Dec 11, 2024
1 parent ca8713c commit 5fef758
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions test/ref/utils/instances.ts.block.at.point.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@
(beg-point . 864)
(end-point . 959))
. 906)
(nil . 1423)
(nil . 1623)
(((type . "module_declaration")
(name . "instances")
(beg-point . 820)
(end-point . 2820))
. 1423)
(((type . "module_declaration")
(name . "instances")
(beg-point . 820)
(end-point . 2820))
. 1623)
(((type . "generate_region")
(name . "i")
(beg-point . 1627)
Expand Down
12 changes: 10 additions & 2 deletions test/ref/utils/tb_program.ts.block.at.point.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
(beg-point . 856)
(end-point . 4657))
. 1781)
(nil . 1866)
(((type . "module_declaration")
(name . "tb_program")
(beg-point . 856)
(end-point . 4657))
. 1866)
(((type . "task_declaration")
(name . "init_rom")
(beg-point . 1871)
Expand Down Expand Up @@ -50,7 +54,11 @@
(beg-point . 3477)
(end-point . 3540))
. 3515)
(nil . 3541)
(((type . "module_declaration")
(name . "tb_program")
(beg-point . 856)
(end-point . 4657))
. 3541)
(((type . "task_declaration")
(name . "reset_system")
(beg-point . 3547)
Expand Down

0 comments on commit 5fef758

Please sign in to comment.