Skip to content

Commit

Permalink
Update ref files after tree-sitter udpate to v0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlarumbe committed Dec 9, 2024
1 parent b1ac6f3 commit 0f2e70e
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
12 changes: 6 additions & 6 deletions test/ref/beautify/indent_misc.beauty.app.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ begin
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1 : in BIT; PB2 : inout BIT);
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down Expand Up @@ -130,11 +130,11 @@ begin
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1 : in BIT; PB2 : inout BIT);
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down
12 changes: 6 additions & 6 deletions test/ref/beautify/indent_misc.beauty.block.app.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ begin
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1 : in BIT; PB2 : inout BIT);
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down Expand Up @@ -130,11 +130,11 @@ PB2 <= S1 after GB1, P1 after GB2;
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1 : in BIT; PB2 : inout BIT);
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down
12 changes: 6 additions & 6 deletions test/ref/beautify/indent_misc.beauty.block.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ begin
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1 : in BIT; PB2 : inout BIT);
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down Expand Up @@ -130,11 +130,11 @@ PB2 <= S1 after GB1, P1 after GB2;
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1 : in BIT; PB2 : inout BIT);
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down
12 changes: 6 additions & 6 deletions test/ref/beautify/indent_misc.beauty.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ begin
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1 : in BIT; PB2 : inout BIT);
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down Expand Up @@ -130,11 +130,11 @@ begin
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1 : in BIT; PB2 : inout BIT);
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down
12 changes: 6 additions & 6 deletions test/ref/indent/indent_misc.no_deindent.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ begin
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1: in BIT; PB2 : inout BIT );
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down Expand Up @@ -130,11 +130,11 @@ begin
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1: in BIT; PB2 : inout BIT );
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down
12 changes: 6 additions & 6 deletions test/ref/indent/indent_misc.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ begin
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1: in BIT; PB2 : inout BIT );
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down Expand Up @@ -130,11 +130,11 @@ begin
LEVEL1 : block
-- local declaration of generic parameters
generic (GB1, GB2 : Time);
-- local binding of generic parameters
-- local binding of generic parameters
generic map (GB1 => LongTime, GB2 => ShortTime);
-- local declaration of ports
-- local declaration of ports
port (PB1: in BIT; PB2 : inout BIT );
-- local binding of ports and signals
-- local binding of ports and signals
port map (PB1 => P1, PB2 => B);
-- local declarations:
constant Delay : Time := 1 ms;
Expand Down

0 comments on commit 0f2e70e

Please sign in to comment.